From cff7e29ebdc369b877319f5643c1d6fa1df4f60a Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Tue, 26 May 2015 10:40:49 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/10907 Reviewed-by: Atin Mukherjee Tested-by: NetBSD Build System Tested-by: Gluster Build System --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit