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>
This commit is contained in:
Niels de Vos 2017-12-17 13:08:47 +01:00 committed by Amar Tumballi
parent 8564311e8b
commit 85d321b21c

View File

@ -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