aboutsummaryrefslogtreecommitdiffstats
path: root/run-proxy.sh
blob: eac87489a3a016325f73171ee8a5ad5d3d5ae7b2 (plain) (blame)
1
2
3
4
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-$$

valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>&1