summaryrefslogtreecommitdiffstats
path: root/run-tests-in-vagrant.sh
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2017-12-17 13:08:47 +0100
committerAmar Tumballi <amarts@redhat.com>2017-12-22 06:12:54 +0000
commit85d321b21c0e982866fd2c83b91b71de458dd043 (patch)
tree42688f7cd5c7f36e2bbd2a170d55f00df6cbb0a5 /run-tests-in-vagrant.sh
parent8564311e8bb5971823c6b32aa5c9620d80c7cabd (diff)
tests/vagrant: configure with --enable-gnfs so tests can use NFS
gNFS has been deprecated a while ago, but the ./run-tests-in-vagrant.sh script has not been adapted to enable it. This causes the tests to fail the first time a Gluster Volume is mounted over NFSv3. Change-Id: Ifeec0ca964680ff61b956a5592a76eeee8ac3b85 BUG: 1526780 Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'run-tests-in-vagrant.sh')
-rwxr-xr-xrun-tests-in-vagrant.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests-in-vagrant.sh b/run-tests-in-vagrant.sh
index 162b6893eb7..4b12fed7d54 100755
--- a/run-tests-in-vagrant.sh
+++ b/run-tests-in-vagrant.sh
@@ -212,6 +212,7 @@ function compile_gluster()
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libdir=/usr/lib64 \
+ --enable-gnfs \
--enable-debug $redirect" -- -t
if [ $? -ne 0 ]
then