summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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