diff options
author | Nigel Babu <nigelb@redhat.com> | 2018-07-16 15:06:00 +0530 |
---|---|---|
committer | Nigel Babu <nigelb@redhat.com> | 2018-07-17 05:27:18 +0000 |
commit | 42cf8a5f9218fd9e644d901dc53108daa183be5c (patch) | |
tree | 030f7cadeba70cdce1fc34af322c69d76d4f2462 | |
parent | 762dff25c46e3be3b0e72bbdb63670edd5e96f17 (diff) |
testing: Fix the build environment
The build environment for FB is vastly different from us. This change
will match the config to what we use for our regression testing
Change-Id: Ib3584a02dbffb75892f2cbeebcbf51cc3aff3eb6
Fixes: bz#1601390
Signed-off-by: Nigel Babu <nigelb@redhat.com>
-rw-r--r-- | extras/distributed-testing/distributed-test-build-env | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/distributed-testing/distributed-test-build-env b/extras/distributed-testing/distributed-test-build-env index 4046eee8b40..cd68ff717da 100644 --- a/extras/distributed-testing/distributed-test-build-env +++ b/extras/distributed-testing/distributed-test-build-env @@ -1,8 +1,7 @@ #!/bin/bash GF_CONF_OPTS="--localstatedir=/var --sysconfdir /var/lib --prefix /usr --libdir /usr/lib64 \ - --enable-fusermount --enable-mempool --enable-api --with-jemalloc\ - --disable-tiering --with-ipv6-default --enable-gnfs" + --enable-bd-xlator=yes --enable-debug --enable-gnfs" if [ -x /usr/lib/rpm/redhat/dist.sh ]; then REDHAT_MAJOR=$(/usr/lib/rpm/redhat/dist.sh --distnum) |