From 1ddc626af0a4d57f217008525bca488fdf5ebe6f Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 19:29:59 -0800 Subject: [PATCH] Add cron.py, a pretty important (and easy) one. --- tests/run_some_dependencies_test.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.45.2