summaryrefslogtreecommitdiff
path: root/test/thread/smoke.sh
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-05-22 09:29:43 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-05-22 09:29:43 -0400
commitce81a87f0cfbbfbaed298e34b9282ea98a52bc5b (patch)
treeb125eb28496511714f46a3793b2e77c83c57b875 /test/thread/smoke.sh
parentcfca56f62539a62ceee0af3d84c122915020596a (diff)
downloadmongo-ce81a87f0cfbbfbaed298e34b9282ea98a52bc5b.tar.gz
Test some more basic access method types and other variants in format
and thread check runs.
Diffstat (limited to 'test/thread/smoke.sh')
-rwxr-xr-xtest/thread/smoke.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/thread/smoke.sh b/test/thread/smoke.sh
new file mode 100755
index 00000000000..955dab5acad
--- /dev/null
+++ b/test/thread/smoke.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+# Smoke-test format as part of running "make check".
+
+./t -t f || exit 1
+./t -S -F -t f || exit 1
+
+./t -t r || exit 1
+./t -S -F -t r || exit 1
+
+./t -t v || exit 1
+./t -S -F -t v || exit 1