diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-07-08 11:45:02 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-07-08 11:45:02 +0200 |
| commit | 560218f16b0d4741364a426809fe5b99a9d8ee48 (patch) | |
| tree | 9048982ba3bcc4c42be8ebafca69532af63af956 /run-proxy.sh | |
| parent | 14169f5bc456ec45a746ecd554adfa825a6e9f5a (diff) | |
| download | enowars5-service-stldoctor-560218f16b0d4741364a426809fe5b99a9d8ee48.tar.gz enowars5-service-stldoctor-560218f16b0d4741364a426809fe5b99a9d8ee48.zip | |
fix fmtstr resulting size check
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 |
