summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/smoke.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/format/smoke.sh')
-rwxr-xr-xsrc/third_party/wiredtiger/test/format/smoke.sh12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/test/format/smoke.sh b/src/third_party/wiredtiger/test/format/smoke.sh
index fe53f64229f..0c86b5e57c6 100755
--- a/src/third_party/wiredtiger/test/format/smoke.sh
+++ b/src/third_party/wiredtiger/test/format/smoke.sh
@@ -1,9 +1,11 @@
#! /bin/sh
+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=50000 rows=10000 threads=4 compression=none logging_compression=none"
-./t $args file_type=fix || exit 1
-./t $args file_type=row || exit 1
-./t $args file_type=row data_source=lsm || exit 1
-./t $args file_type=var || exit 1
+$TEST_WRAPPER ./t $args file_type=fix
+$TEST_WRAPPER ./t $args file_type=row
+$TEST_WRAPPER ./t $args file_type=row data_source=lsm
+$TEST_WRAPPER ./t $args file_type=var