X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=runtests.sh;h=9dbf16823489572a34c87901e3c891fe0fbac8fc;hb=d98c5f2fcaf4863a36d9523831d516e1d3c65651;hp=d7f9c883033ab2a679f9bf7c45404969a4d7992a;hpb=9e31d0f0084e781405056c347aa4a8c53f676096;p=urcu.git diff --git a/runtests.sh b/runtests.sh index d7f9c88..9dbf168 100755 --- a/runtests.sh +++ b/runtests.sh @@ -2,6 +2,7 @@ for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \ test_mutex; do - ./${a} $* + echo "./${a} $*" | tee -a runall.detail.log + /usr/bin/time --append --output runall.detail.log ./${a} $* done