diff options
Diffstat (limited to 'tools/buildsteps/windows/run-tests.bat')
-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 ------------------------------------------------------------- |