summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrishnan Parthasarathi <kparthas@redhat.com>2015-05-22 10:08:37 +0530
committerVijay Bellur <vbellur@redhat.com>2015-05-21 23:18:30 -0700
commit173c7b542939b95a72f30ba2ce1342af62b73f37 (patch)
tree0912f74f769bb72e87cc54dd40178dac582fad4e
parent0910bab5e5b957e11f356d525eccccfd36d334f9 (diff)
tests: add more tests to bad_test for the interim
Change-Id: Icd92f1b999c8cda310053306c63a7445146a55db Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com> Reviewed-on: http://review.gluster.org/10888 Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
-rwxr-xr-xrun-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 0836b742832..743f19e97eb 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -215,6 +215,9 @@ function is_bad_test ()
./tests/bugs/disperse/bug-1187474.t \
./tests/basic/afr/sparse-file-self-heal.t \
./tests/basic/afr/data-self-heal.t \
+ ./tests/basic/mount-nfs-auth.t \
+ ./tests/performance/open-behind.t \
+ ./tests/basic/ec/ec-5-1.t \
; do
[ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success
done