X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tests%2Finstrumented.sh;h=e9455eabddc85c178367122e7fc530a0d24a4ac0;hb=7d44b43b3ceb2eebc756709432a0e291f885a1d2;hp=bfb50e94c196710680ec999f0a079e334c5f686c;hpb=7ffae17f85709e49672a0e98e136b66aea067b2c;p=stockfish diff --git a/tests/instrumented.sh b/tests/instrumented.sh index bfb50e94..e9455eab 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" ;; @@ -98,7 +98,7 @@ cat << EOF > game.exp expect "bestmove" send "position fen 5rk1/1K4p1/8/8/3B4/8/8/8 b - - 0 1\n" - send "go depth 20\n" + send "go depth 10\n" expect "bestmove" send "quit\n"