projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Partial insertion sort
[stockfish]
/
tests
/
instrumented.sh
diff --git
a/tests/instrumented.sh
b/tests/instrumented.sh
index a6950e164b53a46878a74fdfeec5ab1978aa3298..4c6881510d915d7e0462cb719f1bcd1ac2f5486e 100755
(executable)
--- a/
tests/instrumented.sh
+++ b/
tests/instrumented.sh
@@
-61,6
+61,10
@@
cat << EOF > game.exp
send "go nodes 1000\n"
expect "bestmove"
+ send "position fen 5rk1/1K4p1/8/8/3B4/8/8/8 b - - 0 1\n"
+ send "go depth 30\n"
+ expect "bestmove"
+
send "quit\n"
expect eof