diff options
Diffstat (limited to 'scripts/master.sh')
-rw-r--r-- | scripts/master.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/master.sh b/scripts/master.sh index f62d52f3..bba74f2c 100644 --- a/scripts/master.sh +++ b/scripts/master.sh @@ -4,7 +4,10 @@ cd `dirname $0` . mirror-apnic.sh . mirror-ripe.sh -perl gen-verify-test.pl ca-trial.ripe.net/{RIPE,ARIN} repository.apnic.net/APNIC | +perl gen-verify-test.pl \ + ca-trial.ripe.net/RIPE \ + ca-trial.ripe.net/ARIN \ + repository.apnic.net/APNIC | tee test.sh | sh 2>&1 | tee test.log |