]> xenbits.xensource.com Git - osstest.git/commitdiff
cs-bisection-step: honour --debug as well as -D
authorIan Jackson <iwj@woking.cam.xci-test.com>
Fri, 1 Mar 2013 17:00:59 +0000 (17:00 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Fri, 1 Mar 2013 17:00:59 +0000 (17:00 +0000)
cs-bisection-step

index 6a7979f6a9478f043423a195973c51552ecce22c..bc228e39024a48f4c75af0dfeffcb7056b297283 100755 (executable)
@@ -90,7 +90,7 @@ while (@ARGV && $ARGV[0] =~ m/^\-/) {
         $specflights{$1}= $2;
     } elsif (m/^--basis-template=(\d+)$/) {
         $basistemplate= $1;
-    } elsif (m/^-D$/) {
+    } elsif (m/^-D$/ || m/^--debug$/) {
         $debug++;
         if ($debug==1) {
             open DEBUG, ">&2" or die $!;