Sfoglia il codice sorgente

torture: Avoid script syntax error when insufficient CPUs

Parentheses are special to bash, so use an overflow flag that doesn't
use them.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Paul E. McKenney 11 anni fa
parent
commit
91afa21d5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/testing/selftests/rcutorture/bin/kvm.sh

+ 1 - 1
tools/testing/selftests/rcutorture/bin/kvm.sh

@@ -310,7 +310,7 @@ function dump(first, pastlast)
 			cfr[jn] = cf[j] "." cfrep[cf[j]];
 		}
 		if (cpusr[jn] > ncpus && ncpus != 0)
-			ovf = "(!)";
+			ovf = "-ovf";
 		else
 			ovf = "";
 		print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date`";