Skip to content

Commit

Permalink
update secator test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Mar 20, 2024
1 parent 7c0f392 commit f1e3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def integration(tasks, workflows, scans, test, debug):
os.environ['TEST_WORKFLOWS'] = workflows or ''
os.environ['TEST_SCANS'] = scans or ''
os.environ['DEBUG'] = str(debug)
cmd = 'python -m unittest'
cmd = f'{sys.executable} -m unittest'
if test:
if not test.startswith('tests.integration'):
test = f'tests.integration.{test}'
Expand Down

0 comments on commit f1e3b7b

Please sign in to comment.