]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
branch-settings.osstest: exit 0 on baseline tests
authorIan Campbell <ian.campbell@citrix.com>
Fri, 2 Oct 2015 10:13:15 +0000 (11:13 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 2 Oct 2015 10:13:15 +0000 (11:13 +0100)
Otherwise this generates unwanted cronspam

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
branch-settings.osstest

index 0e46e239aa86d9cf25a2f19817e71fd7fc6c8ae5..164e31b52cc800bbef942e5909740eafa17a85fd 100644 (file)
@@ -5,5 +5,5 @@ OSSTEST_EMAIL_HEADER=daily-cron-email-osstest
 # baseline tests of it too.
 if [ x"$OSSTEST_BASELINES_ONLY" = xy ] ; then
     echo "Not baseline testing osstest"
-    exit 1
+    exit 0
 fi