diff options
| author | Amar Tumballi <amarts@redhat.com> | 2019-01-11 11:57:07 +0530 |
|---|---|---|
| committer | Niels de Vos <ndevos@redhat.com> | 2019-01-24 15:18:00 +0000 |
| commit | 99b3ab0cf3d3389a2ff89c29cfff906cd36693a3 (patch) | |
| tree | dd377ef38a151d472846eec228f583a66888cdb8 /tests/basic/mount.t | |
| parent | 06061aaa447f03e2522483d02525619ebc9854db (diff) | |
tests: run nfs tests only if --enable-gnfs is provided
Fixes: bz#1665358
Change-Id: Idbf88ec3ac683733b32c313377eeb72f2819bf0d
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/basic/mount.t')
| -rwxr-xr-x | tests/basic/mount.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/basic/mount.t b/tests/basic/mount.t index 26feeb9be0e..f4c2df31135 100755 --- a/tests/basic/mount.t +++ b/tests/basic/mount.t @@ -3,8 +3,9 @@ . $(dirname $0)/../include.rc . $(dirname $0)/../nfs.rc -cleanup; +#G_TESTDEF_TEST_STATUS_CENTOS6=NFS_TEST +cleanup; ## Start and create a volume TEST glusterd |
