diff options
Diffstat (limited to 'tests/run_some_dependencies_test.py')
| -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 ebe61c0..1182f23 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -27,6 +27,7 @@ class RunSomeDependenciesTest(unittest.TestCase): "/home/scott/bin/unscramble.py ethyropadratoyzrhoiectmi --trace_memory >& /dev/null", "/home/scott/bin/cron.py --command='sleep 0' --lockfile=/tmp/deleteme_lock >& /dev/null", "/home/scott/cron/manage_switch_off_timers.py >& /dev/null", + "/home/scott/bin/smart_device.py cabin and outside and timeout:* -c print >& /dev/null", ] for command in commands: try: |
