From c757fc280754c79d037996ddd2d766bffe82df4e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Feb 2013 11:19:14 +0000 Subject: [PATCH] cri-args-hostlists: honour OSSTEST_IGNORE_STOP --- cri-args-hostlists | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5