diff options
author | Memphiz <memphis@machzwo.de> | 2015-03-25 16:37:59 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-03-25 17:20:05 +0100 |
commit | 8c084cfb5d968b507adf4d5e618bc3f9ffa6fff4 (patch) | |
tree | 748b405d284ec1bf3b5715a3e36ddedc03e540cd /tools/buildsteps/win32/run-tests.bat | |
parent | 247f1432dfed372bb58f388069634d08c4b37f0c (diff) |
[jenkins/tests/win32] -exclude webserver tests for win32 because each one
lasts 120 secs or so
Diffstat (limited to 'tools/buildsteps/win32/run-tests.bat')
-rw-r--r-- | tools/buildsteps/win32/run-tests.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/run-tests.bat b/tools/buildsteps/win32/run-tests.bat index 596c757ef3..1db6a50f2c 100644 --- a/tools/buildsteps/win32/run-tests.bat +++ b/tools/buildsteps/win32/run-tests.bat @@ -68,7 +68,9 @@ ECHO Running testsuite... cd %WORKSPACE%\project\vs2010express\ set KODI_HOME=%WORKSPACE% set PATH=%WORKSPACE%\project\Win32BuildSetup\dependencies;%PATH% - %EXE% --gtest_output=xml:%WORKSPACE%\gtestresults.xml + rem exclude TestWebServer tests for now as those last 120 secs per test + rem not for some reason (maybe timeout?!? firewall?!? whatever...) + %EXE% --gtest_output=xml:%WORKSPACE%\gtestresults.xml --gtest_filter=-TestWebServer.* rem Adapt gtest xml output to be conform with junit xml rem this basically looks for lines which have "notrun" in the <testcase /> tag |