aboutsummaryrefslogtreecommitdiffstats
path: root/run-proxy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-proxy.sh')
-rwxr-xr-xrun-proxy.sh4
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