diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2012-12-18 19:14:58 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-12-18 18:29:22 -0800 |
commit | 020fc237765670432ae645ee104c4816d724c5ea (patch) | |
tree | fc8860a58c2dabe5b50b0b3db8ddb539381bd651 /run-tests.sh | |
parent | 2dcde13e0d46c02a22ac3180c1e6d3e878c80f4a (diff) |
Tests: Print the actual, expected values for EXPECT
Change-Id: I394d23c0ea15bd340041550660cc5def017b5f15
BUG: 764966
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4327
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 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; |