tests: support FreeBSD short "time" args
[urcu.git] / tests / runtests-batch.sh
index 4340147905907fbf3d07a61960383d9572a674d7..6c2340d18b2d880df36e87417e134137b5ec5d86 100755 (executable)
@@ -3,6 +3,6 @@
 #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.022954 seconds and 4 git commands to generate.