From: Ian Jackson Date: Thu, 14 Feb 2013 11:19:14 +0000 (+0000) Subject: cri-args-hostlists: honour OSSTEST_IGNORE_STOP X-Git-Tag: wip.xsm-13-actual.base~476^2~88 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c757fc280754c79d037996ddd2d766bffe82df4e;p=people%2Fiwj%2Fosstest.git cri-args-hostlists: honour OSSTEST_IGNORE_STOP --- diff --git a/cri-args-hostlists b/cri-args-hostlists index 00e92f1c..3a7628fa 100644 --- a/cri-args-hostlists +++ b/cri-args-hostlists @@ -20,6 +20,7 @@ export OSSTEST_CONFIG=production-config check_stop () { + if [ "x$OSSTEST_IGNORE_STOP" = xy ]; then return; fi for stop_dir in '' $HOME/testing.git/; do if test -f $stop_dir${1}stop; then echo "$stop_dir${1}stop found - stopping"