diff options
author | Vijay Bellur <vbellur@redhat.com> | 2015-05-31 09:38:53 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-31 01:51:31 -0700 |
commit | 55bd5d702125aac19f5e4a2f7b1f8c43fb021cca (patch) | |
tree | 3ed4bb1bbe415441537ab91b8f7a66999eec05cc /run-tests.sh | |
parent | 2ef27f82c3705b18e2c3c030b8debcdb7b30e33b (diff) |
tests: Add mount-nfs-auth.t to is_bad_test()
This makes run-tests.sh consistent across master and release-3.7.
Change-Id: I895305775946c3ff00a5c262243fcadbd5daad11
BUG: 1224894
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/11014
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index ee7405e5e67..8f404876302 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/quota-anon-fd-nfs.t \ + ./tests/basic/mount-nfs-auth.t\ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |