summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorRavishankar N <ravishankar@redhat.com>2015-05-27 09:43:52 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-05-28 01:37:08 -0700
commit7da62fa5600b75a7b3383317119896efae0546c7 (patch)
tree732bbb8f289afde1466b298283b686dc665ce3b1 /run-tests.sh
parentd6effb1fb232266863eaee5d66c903b0eb623a1a (diff)
tests: data-self-heal.t fixes
Backport of http://review.gluster.org/10530 and http://review.gluster.org/10875 Signed-off-by: Ravishankar N <ravishankar@redhat.com> Change-Id: Ib4ea340bb7e05facbbd0ab6a03eec556770a0c9f BUG: 1225077 Reviewed-on: http://review.gluster.org/10924 Tested-by: NetBSD Build System Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 9c94f2f3d8a..0bfa5c6230c 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -214,7 +214,6 @@ function is_bad_test ()
./tests/basic/quota-anon-fd-nfs.t \
./tests/bugs/disperse/bug-1187474.t \
./tests/basic/afr/sparse-file-self-heal.t \
- ./tests/basic/afr/data-self-heal.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done