diff options
| author | Scott Gasch <[email protected]> | 2022-02-04 08:23:14 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-04 08:23:14 -0800 |
| commit | 94c8a54eadbf8552fa4d33dc349616d125e1a638 (patch) | |
| tree | b72e672361e36b0c4c9d6823e98b8dafb75d3881 /tests | |
| parent | 90dc74b2ff8f36dd2495632a8150ce37dab61f1c (diff) | |
Fix a bug in device.py around the type of keywords, add logging and
add manage_switch_off_timers to the deps run at each checkin.
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 7e87d44..20f44cb 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -26,6 +26,7 @@ class RunSomeDependenciesTest(unittest.TestCase): "/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", + "/home/scott/cron/manage_switch_off_timers.py >& /dev/null", ] for command in commands: try: |
