summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh b/src/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh
index 6f0ba25ee09..3c3c8364d66 100755
--- a/src/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh
+++ b/src/third_party/wiredtiger/test/evergreen/import_compatibility_test.sh
@@ -23,6 +23,7 @@ build_branch()
config=""
config+="--enable-snappy "
+ config+="--disable-standalone-build "
(sh build_posix/reconf &&
./configure $config && make -j $(grep -c ^processor /proc/cpuinfo)) > /dev/null
cd ..