Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Nov 13, 2024
1 parent 939b7cd commit e1aae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def setUpClass(cls):
}
for addon, cmd in commands.items():
if getattr(cls, addon, False) is True:
command = Command.execute(cmd, name=addon, cwd=INTEGRATION_DIR, quiet=True, run=False)
command = Command.execute(cmd, name=addon, cwd=INTEGRATION_DIR, quiet=False, run=False)
cls.commands.append(command)
cls.threads.append(Thread(target=command.run))

Expand Down

0 comments on commit e1aae57

Please sign in to comment.