summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrishnan Parthasarathi <kparthas@redhat.com>2015-05-26 10:40:49 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-05-26 02:13:45 -0700
commitcff7e29ebdc369b877319f5643c1d6fa1df4f60a (patch)
treed20ededaef572c70004bb455b453e6f49217c114
parent225ff553106396066d68d8c757e5c001f5d9ab15 (diff)
tests: add ec/ec.t to is_bad_test
... to avoid ec.t's spurious regression test failure coming in the way of fixes for other independent spurious regression test failures. Change-Id: Id393be571685ca1e69732c1149c370b6fd0e6d17 Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com> Reviewed-on: http://review.gluster.org/10907 Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Tested-by: NetBSD Build System Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index f52ef07690d..b5286a2cf78 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -214,6 +214,7 @@ function is_bad_test ()
./tests/basic/mount-nfs-auth.t \
./tests/performance/open-behind.t \
./tests/basic/ec/ec-5-1.t \
+ ./tests/basic/ec/ec.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done