diff options
Diffstat (limited to 'myrpki.rototill/test-all.sh')
-rw-r--r-- | myrpki.rototill/test-all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki.rototill/test-all.sh b/myrpki.rototill/test-all.sh index 50a8927b..b1ce0879 100644 --- a/myrpki.rototill/test-all.sh +++ b/myrpki.rototill/test-all.sh @@ -28,7 +28,7 @@ for i in ../rpkid/testbed.*.yaml do rm -rf test python sql-cleaner.py - screen python yamltest.py $i + screen python yamltest.py -p yamltest.pid $i date sleep 180 for j in . . . . . . . . . . @@ -39,7 +39,7 @@ do xsltproc --param refresh 0 ../rcynic/rcynic.xsl rcynic.xml | w3m -T text/html -dump date done - pstree -ws python | awk '/yamltest/ {system("kill -INT " $2)}' + test -r yamltest.pid && kill -INT `cat yamltest.pid` sleep 30 make backup done |