diff options
author | thexai <58434170+thexai@users.noreply.github.com> | 2024-06-30 10:14:28 +0200 |
---|---|---|
committer | thexai <58434170+thexai@users.noreply.github.com> | 2024-06-30 10:14:28 +0200 |
commit | 54ac31dc7be0d3090e831c8752295ad52b09855a (patch) | |
tree | 20e97eee3c14ff43b155d0c95d670eab76b73a84 /tools | |
parent | 8356d6baca545568dab60124f35edb6ed5560dc3 (diff) |
[Windows] remove blue color from tests script
Diffstat (limited to 'tools')
-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 ------------------------------------------------------------- |