diff options
| author | Scott Gasch <[email protected]> | 2022-02-03 19:29:59 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-03 19:29:59 -0800 |
| commit | 1ddc626af0a4d57f217008525bca488fdf5ebe6f (patch) | |
| tree | 8221826e6ae47c4eb305648d54dfc1481be77146 /tests | |
| parent | aca44b9aff1ea315c18b80a1c543f4e9b79fc9b0 (diff) | |
Add cron.py, a pretty important (and easy) one.
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: |
