]> xenbits.xensource.com Git - osstest.git/commitdiff
Honour OSSTEST_SIMULATE=2 to actually run dummy flight
authorIan Jackson <iwj@xenproject.org>
Thu, 8 Oct 2020 16:01:50 +0000 (17:01 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 8 Oct 2020 19:05:16 +0000 (20:05 +0100)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
cri-args-hostlists

index 994e00c0aade3bd1f342352f627219554f195fd8..6cdff53f7fa3e75f58cef28157c5887602c944ed 100644 (file)
@@ -68,8 +68,8 @@ fi
 
 execute_flight () {
         case "x$OSSTEST_SIMULATE" in
-        x|x0)   ;;
-        *)      echo SIMULATING - NOT EXECUTING $1 $2
+        x|x0|x2)   ;;
+        *)      echo SIMULATING $OSSTEST_SIMULATE - NOT EXECUTING $1 $2
                 return
                 ;;
         esac