summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2015-04-23 23:14:45 +0530
committerVijay Bellur <vbellur@redhat.com>2015-04-23 23:11:13 -0700
commitb6b18e32c820271cbee4770ff79d6c705c112bfa (patch)
tree49cf06ffc43e469279ada141967bb5ab5ace8faf /run-tests.sh
parent8c053f3fd16462e0afc89f409043d9462c5fa551 (diff)
tests: Add tests/basic/ec/ec-12-4.t to bad_test()
Lot of recent regression runs have been affected by this. Change-Id: I16dceae5c18c73ddca60e90f8c0fe782ef59d7f3 BUG: 1163543 Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/10357 Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Tested-by: NetBSD Build System
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index eced93f8325..62d86e94b8f 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -195,6 +195,7 @@ function is_bad_test ()
local name=$1
for bt in ./tests/basic/volume-snapshot-clone.t \
./tests/basic/uss.t \
+ ./tests/basic/ec/ec-12-4.t \
./tests/features/glupy.t; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done