X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=tests%2Finstrumented.sh;h=d30c8e35a575992e6511773b38985f2e02398fc5;hp=bfb50e94c196710680ec999f0a079e334c5f686c;hb=98cbaa6c6b07ea594501ed7a53ea83feb7c8ea9c;hpb=58307562b66597aeed9b5a7d76d2edeff53cf714 diff --git a/tests/instrumented.sh b/tests/instrumented.sh index bfb50e94..d30c8e35 100755 --- a/tests/instrumented.sh +++ b/tests/instrumented.sh @@ -13,7 +13,7 @@ case $1 in --valgrind) echo "valgrind testing started" prefix='' - exeprefix='valgrind --error-exitcode=42' + exeprefix='valgrind --error-exitcode=42 --errors-for-leak-kinds=all --leak-check=full' postfix='1>/dev/null' threads="1" ;;