summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2012-12-18 08:35:27 +0530
committerAnand Avati <avati@redhat.com>2012-12-17 23:11:43 -0800
commitfe4c85958d55495bb6d15f607d63f5df0751e8d3 (patch)
tree64ad5ea1cf44eb09570d43093349b8953156a56f
parent8967a4bb6f379509fed1f9509643cd99ccd1d2fc (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>
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index d0a884b92..13e504ae9 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;