From 54ac31dc7be0d3090e831c8752295ad52b09855a Mon Sep 17 00:00:00 2001 From: thexai <58434170+thexai@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:14:28 +0200 Subject: [Windows] remove blue color from tests script --- tools/buildsteps/windows/run-tests.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/buildsteps/windows/run-tests.bat b/tools/buildsteps/windows/run-tests.bat index 2bde835b0a..38d64b8414 100644 --- a/tools/buildsteps/windows/run-tests.bat +++ b/tools/buildsteps/windows/run-tests.bat @@ -11,7 +11,6 @@ REM read the version values from version.txt FOR /f "tokens=1,2" %%i IN (%WORKSPACE%\version.txt) DO IF "%%i" == "APP_NAME" SET APP_NAME=%%j CLS -COLOR 1B TITLE %APP_NAME% testsuite Build-/Runscript rem ------------------------------------------------------------- -- cgit v1.2.3