X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=runtests.sh;h=9dbf16823489572a34c87901e3c891fe0fbac8fc;hp=d7f9c883033ab2a679f9bf7c45404969a4d7992a;hb=80f799291e6808304824944f86f407f0d68af8d4;hpb=ec3aaabbc4b507388502ee760e4ecf3ce5894176 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