From 560218f16b0d4741364a426809fe5b99a9d8ee48 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 8 Jul 2021 11:45:02 +0200 Subject: fix fmtstr resulting size check --- run-proxy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run-proxy.sh') 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 -- cgit v1.2.3-71-gd317