summaryrefslogtreecommitdiff
path: root/test/format/smoke.sh
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-03-05 06:04:18 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-03-05 06:04:18 +0000
commitfe7e0761cd2bca79e0af3070b5c6c45eba7a1294 (patch)
treecb54a1e52e5dfffcb47a24850626b23df5573983 /test/format/smoke.sh
parentff2c9e2c85bc9a8f5a8cfaddc4e39f60d103ce4d (diff)
downloadmongo-fe7e0761cd2bca79e0af3070b5c6c45eba7a1294.tar.gz
Disable compression from test/format smoke test.
Now we no longer detect whether compression was built.
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 62577692d0c..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"
+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