X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fruntests-batch.sh;fp=tests%2Fruntests-batch.sh;h=0000000000000000000000000000000000000000;hb=f5ab766ee2c8300cb00ca5878b1cb464f960a66d;hp=2da1401b15771c91e5e76090161027a91108aeca;hpb=a5bae03d59c22e57263b8610b9fed99738303cf0;p=userspace-rcu.git diff --git a/tests/runtests-batch.sh b/tests/runtests-batch.sh deleted file mode 100755 index 2da1401..0000000 --- a/tests/runtests-batch.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -. ./common.sh - -log_file="runall.detail.log" - -# Check if time bin is non-empty -if [ -n "$test_time_bin" ]; then - time_command="$test_time_bin -a -o $log_file" -else - time_command="" -fi - -#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 "$log_file" - $time_command ./${a} $* -done -