diff options
Diffstat (limited to 'run-proxy.sh')
| -rwxr-xr-x | run-proxy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/run-proxy.sh b/run-proxy.sh index efc1450..eac8748 100755 --- a/run-proxy.sh +++ b/run-proxy.sh @@ -1,3 +1,5 @@ #!/bin/bash -tee /tmp/run-log-in-$$ | valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>/tmp/run-log-err-$$ | tee /tmp/run-log-out-$$ +#tee /tmp/run-log-in-$$ | valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>/tmp/run-log-err-$$ | tee /tmp/run-log-out-$$ + +valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>&1 |
