From: Scott Gasch Date: Fri, 4 Feb 2022 03:29:59 +0000 (-0800) Subject: Add cron.py, a pretty important (and easy) one. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=1ddc626af0a4d57f217008525bca488fdf5ebe6f;p=python_utils.git Add cron.py, a pretty important (and easy) one. --- 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: