summaryrefslogtreecommitdiff
path: root/test/format/smoke.sh
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-08-20 11:27:00 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-08-20 11:27:00 +1000
commit162c99d6b8809ef7610f8110813cdd3da25a2cbd (patch)
tree99328d15c58b7feb859ec6f97638e888c99f90a2 /test/format/smoke.sh
parentad67fb674ce75094462cf9118e78cc900521cfea (diff)
downloadmongo-162c99d6b8809ef7610f8110813cdd3da25a2cbd.tar.gz
Disable log compression in smoke tests
Diffstat (limited to 'test/format/smoke.sh')
-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 8b4b5d9e424..5fbc349f242 100755
--- a/test/format/smoke.sh
+++ b/test/format/smoke.sh
@@ -3,7 +3,7 @@
set -e
# Smoke-test format as part of running "make check".
-args="-1 -c "." data_source=table ops=100000 rows=10000 threads=4 compression=none"
+args="-1 -c "." data_source=table ops=100000 rows=10000 threads=4 compression=none logging_compression=none"
$TEST_WRAPPER ./t $args file_type=fix
$TEST_WRAPPER ./t $args file_type=row