]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
emit "E:TESTNAME:DATE" when we can't start a server
authorMark Andrews <marka@isc.org>
Thu, 1 Oct 2015 06:01:34 +0000 (16:01 +1000)
committerMark Andrews <marka@isc.org>
Thu, 1 Oct 2015 06:01:34 +0000 (16:01 +1000)
bin/tests/system/run.sh

index 9e1e5c21205f512c0a5ea61a5036f61bbdbf0059..1c5fd0c2d8d44817b6413c4025adfd97d85ee63f 100644 (file)
@@ -87,7 +87,7 @@ then
 fi
 
 # Start name servers running
-$PERL start.pl $test || exit 1
+$PERL start.pl $test || { echo "E:$test:`date`"; exit 1; }
 
 # Run the tests
 ( cd $test ; $SHELL tests.sh )