From 657a89f1165f9294695173e0de031e1150768edd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 18 Jun 2009 12:33:47 -0400 Subject: [PATCH] Make batch test shorter Signed-off-by: Mathieu Desnoyers --- runtests-batch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtests-batch.sh b/runtests-batch.sh index a9afed3..67e019b 100755 --- a/runtests-batch.sh +++ b/runtests-batch.sh @@ -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 -- 2.34.1