From 5110b25808cec54fca1d1d80c2a360dc88e9ed19 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 11 Feb 2024 13:00:58 -0700 Subject: [PATCH] Clear screen before prompting for first test run --- results/scripts/check-seq.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/results/scripts/check-seq.bat b/results/scripts/check-seq.bat index eb706962..0dff7e5e 100644 --- a/results/scripts/check-seq.bat +++ b/results/scripts/check-seq.bat @@ -12,6 +12,7 @@ set prefix=%1 set i=%2 if "X%prefix%"=="X" goto badargs if "X%i%"=="X" goto badargs +cls :next if not exist results\diffs\%prefix%%i%.txt goto no-such-diff echo.