From 020fc237765670432ae645ee104c4816d724c5ea Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 18 Dec 2012 19:14:58 +0530 Subject: Tests: Print the actual, expected values for EXPECT Change-Id: I394d23c0ea15bd340041550660cc5def017b5f15 BUG: 764966 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/4327 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 13e504ae9d0..d3c9af2acdb 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,3 +1,3 @@ #!/bin/bash -prove -r --timer $(dirname $0)/tests; +prove -rf --timer $(dirname $0)/tests; -- cgit