From e8021f3938179e38c24b995777213fd6d629192a Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 30 Aug 2026 19:08:01 -0700 Subject: Oops, a couple of issues with that last one. --- src/debug_smoke_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug_smoke_test.sh') 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=$? -- cgit v1.3