Skip to content
Snippets Groups Projects
Commit 8904c143 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task SW-111: small change in test call to not be confusing

parent 5a3fdc3f
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ class TestCheckHardware(unittest.TestCase):
# -TST (test mode)
# -e5: (element test in mode 5)
# Names optimized for disk space
testargs = ["check_hardware.py", '-TST', '-s5']
testargs = ["check_hardware.py", '-TST', '-e5']
with patch.object(sys, 'argv', testargs):
# trigger action
check_hardware.main() # Warning: Something acts as a fork bomb when mocks are not setup properly!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment