tests: support FreeBSD short "time" args
[urcu.git] / tests / runtests-batch.sh
index 67e019b1a0fcda9532acd9856f53d59005977524..6c2340d18b2d880df36e87417e134137b5ec5d86 100755 (executable)
@@ -1,8 +1,8 @@
 #!/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_urcu_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} $*
+       /usr/bin/time -a -o runall.detail.log ./${a} $*
 done
 
This page took 0.023263 seconds and 4 git commands to generate.