diff options
author | thexai <58434170+thexai@users.noreply.github.com> | 2024-06-30 15:12:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-30 15:12:52 +0200 |
commit | 67f69549f818c93b60b7ec3906045db39801c1e1 (patch) | |
tree | 5d1f57b39fb0056dd526b883f2283d505bf9eb4b | |
parent | f5f353b31e11043a4842609e0146466fa6958ed3 (diff) | |
parent | 54ac31dc7be0d3090e831c8752295ad52b09855a (diff) |
Merge pull request #25411 from thexai/no-blue
[Windows] remove blue color from tests script
-rw-r--r-- | tools/buildsteps/windows/run-tests.bat | 1 |
1 files changed, 0 insertions, 1 deletions
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 ------------------------------------------------------------- |