diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run_some_dependencies_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index 1a7fab7..7e87d44 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -25,6 +25,7 @@ class RunSomeDependenciesTest(unittest.TestCase): "/home/scott/bin/wordle.py --mode=AUTOPLAY --template=trial >& /dev/null", "/home/scott/bin/tplink.py -a office_lights -c info --audit_import_events >& /dev/null", "/home/scott/bin/unscramble.py ethyropadratoyzrhoiectmi --trace_memory >& /dev/null", + "/home/scott/bin/cron.py --command='sleep 0' --lockfile=/tmp/deleteme_lock >& /dev/null", ] for command in commands: try: |
