diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2012-12-18 08:35:27 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-12-17 23:11:43 -0800 |
commit | fe4c85958d55495bb6d15f607d63f5df0751e8d3 (patch) | |
tree | 64ad5ea1cf44eb09570d43093349b8953156a56f /run-tests.sh | |
parent | 8967a4bb6f379509fed1f9509643cd99ccd1d2fc (diff) |
Tests: Print elapsed time per test file
Change-Id: I61f7653bec357ec2b49d5b7719e564c31c2addbf
BUG: 764966
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4320
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index d0a884b92b0..13e504ae9d0 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,3 +1,3 @@ #!/bin/bash -prove -r $(dirname $0)/tests; +prove -r --timer $(dirname $0)/tests; |