From: David Zafman Date: Wed, 10 Apr 2019 04:33:42 +0000 (-0700) Subject: test: Output elapse time for each script for information X-Git-Tag: v15.1.0~2839^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1bb79d827edd53fbd69f9b421139a670313fb0fa;p=ceph.git test: Output elapse time for each script for information Signed-off-by: David Zafman --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index 4a7a00546c59..92cca83ce7fd 100755 --- a/qa/run-standalone.sh +++ b/qa/run-standalone.sh @@ -135,7 +135,7 @@ do CEPH_ROOT=.. \ CEPH_LIB=lib \ LOCALRUN=yes \ - $cmd ; then + time -f "Elapsed %E (%e seconds)" $cmd ; then echo "$f .............. FAILED" errors=$(expr $errors + 1) fi