Make batch test shorter
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 18 Jun 2009 16:33:47 +0000 (12:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 18 Jun 2009 16:33:47 +0000 (12:33 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runtests-batch.sh

index a9afed37ff10071c666969f34a14583165a78fe2..67e019b1a0fcda9532acd9856f53d59005977524 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-for a in test_urcu_gc test_urcu_gc_mb test_qsbr_gc; do
+#for a in test_urcu_gc test_urcu_gc_mb test_qsbr_gc; do
+for a in test_urcu_gc; do
        echo "./${a} $*" | tee -a runall.detail.log
        /usr/bin/time --append --output runall.detail.log ./${a} $*
 done
This page took 0.024651 seconds and 4 git commands to generate.