summaryrefslogtreecommitdiff
path: root/test/packing
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-07-01 16:03:41 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-07-01 16:03:41 +1000
commite6688915e88705a2ea10b604fa6255395d2d9933 (patch)
treef1100d1bd0d2c24eb802e43a7cc2045253d06be7 /test/packing
parentc44578980ef8617bea680e9ee991d371e34b7591 (diff)
downloadmongo-e6688915e88705a2ea10b604fa6255395d2d9933.tar.gz
WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or similar.
Diffstat (limited to 'test/packing')
-rwxr-xr-xtest/packing/smoke.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/packing/smoke.sh b/test/packing/smoke.sh
index e49e7a67494..026f4883d8e 100755
--- a/test/packing/smoke.sh
+++ b/test/packing/smoke.sh
@@ -1,9 +1,10 @@
#! /bin/sh
+set -e
+
# Smoke-test integer packing as part of running "make check". Don't just run
# everything because some of the code in this directory is aimed at testing the
# performance of the packing code
-./packing-test
-
-./intpack-test3
+$TEST_WRAPPER ./packing-test
+$TEST_WRAPPER ./intpack-test3