diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-10 18:37:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-10 18:37:20 +0000 |
commit | 7a045b2b94a7c38232bd20860d1dfd68ac0d6c7c (patch) | |
tree | 0c083b90c1636c74263b3aa37a871eabe028302e /myrpki.rototill | |
parent | 469be2494c5ab7556db681b57adc7aa4b201a7b6 (diff) |
This test already depends on screen, so run it automatically
svn path=/myrpki.rototill/test-all.sh; revision=3065
Diffstat (limited to 'myrpki.rototill')
-rw-r--r-- | myrpki.rototill/test-all.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/myrpki.rototill/test-all.sh b/myrpki.rototill/test-all.sh index 1dfc3a52..d56c0a38 100644 --- a/myrpki.rototill/test-all.sh +++ b/myrpki.rototill/test-all.sh @@ -1,7 +1,7 @@ #!/bin/sh - # $Id$ -# Copyright (C) 2009 Internet Systems Consortium ("ISC") +# Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -19,12 +19,14 @@ set -x export TZ=UTC +test -z "$STY" && exec screen -L sh $0 + screen -X split screen -X focus for i in ../rpkid/testbed.*.yaml do - rm -rf *.xml bpki.myrpki bpki.myirbe test + rm -rf test python sql-cleaner.py screen python yamltest.py $i date |