aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 9dd3b67a3..59cd1cfd6 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -6,6 +6,9 @@
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9echo "TESTING: build (test/utils/build.exp)"
10./build.exp
11
9echo "TESTING: audit (test/utils/audit.exp)" 12echo "TESTING: audit (test/utils/audit.exp)"
10./audit.exp 13./audit.exp
11 14