summaryrefslogtreecommitdiffstats
path: root/test/createinstance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/createinstance.sh')
-rwxr-xr-xtest/createinstance.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/createinstance.sh b/test/createinstance.sh
index 45a8f04..ca35eef 100755
--- a/test/createinstance.sh
+++ b/test/createinstance.sh
@@ -72,8 +72,10 @@ EOF
cat << EOF > start
#!/bin/sh
+MALLOC_CHECK_=3
+MALLOC_PERTURB=9
HTTPD=/usr/sbin/httpd
-#valgrind --leak-check=full --log-file=valgrind.out --trace-children=yes \$HTTPD -X -k start -d . -f ./conf/httpd.conf
+#valgrind --leak-check=full --log-file=valgrind.out --trace-children=yes --track-origins=yes\$HTTPD -X -k start -d . -f ./conf/httpd.conf
\$HTTPD -k start -d . -f ./conf/httpd.conf
EOF