time(1) in FreeBSD does not have long argument name: change --append to
-a and --output to -o
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
#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
test_urcu test_urcu_signal test_urcu_mb test_urcu_qsbr \
test_rwlock test_perthreadlock test_mutex; 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