summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-12-02 15:06:19 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2015-12-02 15:06:19 +1100
commit0bc4f8f2dc7b51a86d6e8c120f48264af1e500af (patch)
treed89e9516fb2381b41773e3a1e0a64aad80424843
parent03985157328c9f29f8f575a03e0023e38ed9bd4c (diff)
downloadmongo-0bc4f8f2dc7b51a86d6e8c120f48264af1e500af.tar.gz
Don't try to test log compression from test/format on mongodb-3.0.
Appararently the changes for test/format to configure log compression were not backported to the mongodb-3.0 branch.
-rwxr-xr-xtest/format/smoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/smoke.sh b/test/format/smoke.sh
index 7fd8295353f..fe53f64229f 100755
--- a/test/format/smoke.sh
+++ b/test/format/smoke.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Smoke-test format as part of running "make check".
-args="-1 -c "." data_source=table ops=100000 rows=10000 threads=4 compression=none logging_compression=none"
+args="-1 -c "." data_source=table ops=100000 rows=10000 threads=4 compression=none"
./t $args file_type=fix || exit 1
./t $args file_type=row || exit 1