diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2015-10-02 14:27:40 -0400 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2015-10-02 16:51:57 -0400 |
| commit | fc91e5d5f5bd58f9dec4f7653855fd3b9bfaac81 (patch) | |
| tree | 1420617ef9c1f3a63422966c443a83e737ecb654 /test | |
| parent | b09c47fa2acfdb14ce8ef18edb644ec15a740784 (diff) | |
| download | mod_nss-fc91e5d5f5bd58f9dec4f7653855fd3b9bfaac81.tar.gz mod_nss-fc91e5d5f5bd58f9dec4f7653855fd3b9bfaac81.tar.xz mod_nss-fc91e5d5f5bd58f9dec4f7653855fd3b9bfaac81.zip | |
Fix typo in valgrind in start script, create separate logs
Use the %p option to generate separate logs for each process
with valgrind.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/createinstance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/createinstance.sh b/test/createinstance.sh index f3ed4d7..cc76671 100755 --- a/test/createinstance.sh +++ b/test/createinstance.sh @@ -77,7 +77,7 @@ cat << EOF > start MALLOC_CHECK_=3 MALLOC_PERTURB=9 HTTPD=/usr/sbin/httpd -#valgrind --leak-check=full --log-file=valgrind.out --trace-children=yes --track-origins=yes\$HTTPD -X -k start -d . -f ./conf/httpd.conf +#valgrind --leak-check=full --log-file=valgrind.out.%p --trace-children=yes --track-origins=yes \$HTTPD -X -k start -d . -f ./conf/httpd.conf \$HTTPD -k start -d . -f ./conf/httpd.conf EOF |
