projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca44b9
)
Add cron.py, a pretty important (and easy) one.
author
Scott Gasch
<
[email protected]
>
Fri, 4 Feb 2022 03:29:59 +0000
(19:29 -0800)
committer
Scott Gasch
<
[email protected]
>
Fri, 4 Feb 2022 03:29:59 +0000
(19:29 -0800)
tests/run_some_dependencies_test.py
patch
|
blob
|
history
diff --git
a/tests/run_some_dependencies_test.py
b/tests/run_some_dependencies_test.py
index 1a7fab7eea576204ac3c1f49468d81fdcb9dcaaa..7e87d44561088b7d6bf9ca0ed4232ae9c3063fa7 100755
(executable)
--- 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: