summaryrefslogtreecommitdiff
path: root/src/debug_smoke_test.sh
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-08-30 19:08:01 -0700
committerScott Gasch <[email protected]>2026-08-30 19:08:01 -0700
commite8021f3938179e38c24b995777213fd6d629192a (patch)
treefdd6ec670e5a576d25de7b526965c7ae603bc399 /src/debug_smoke_test.sh
parentdbf71219abeb51d386b0f7294f1664f2906d2b82 (diff)
Oops, a couple of issues with that last one.
Diffstat (limited to 'src/debug_smoke_test.sh')
-rwxr-xr-xsrc/debug_smoke_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug_smoke_test.sh b/src/debug_smoke_test.sh
index 1d2ba0e..d8ef228 100755
--- a/src/debug_smoke_test.sh
+++ b/src/debug_smoke_test.sh
@@ -14,7 +14,7 @@
# Defaults: ./_typhoon, sd 4, 10 positions
BIN="${1:-./_typhoon}"
-DEPTH="${2:-4}"
+DEPTH="${2:-5}"
COUNT="${3:-10}"
SUITE=../tests/ecm.ep_
LOGDIR=/tmp/typhoon/smoke_test
@@ -66,7 +66,7 @@ echo " FENs chosen (reproduce a failure with: script $SAMPLE_SAVED):"
grep '^setboard' "$SAMPLE_SAVED" | sed 's/^setboard / /'
START=$(date +%s)
-"$BIN" --cpus 1 --hash 64m --logfile "$LOG" \
+"$BIN" --cpus 4 --hash 64m --logfile "$LOG" \
--batch --command "force; book name /nonexistent.book.bin; sd $DEPTH; script $SAMPLE" \
> "$OUT" 2>&1
STATUS=$?