diff options
author | Memphiz <memphis@machzwo.de> | 2015-04-06 19:50:06 +0200 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2015-04-15 12:17:00 +0300 |
commit | 4446b7533b3273290702b35baf5c4a87593a37a8 (patch) | |
tree | 87143389840bc45218de220772d0f9da9717bd85 /tools | |
parent | aad7860eebd2dec9f044bf5e3e61c23b680a6a8c (diff) |
[jenkins/win32] - enable webserver unit tests
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildsteps/win32/run-tests.bat | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/buildsteps/win32/run-tests.bat b/tools/buildsteps/win32/run-tests.bat index 1db6a50f2c..c8cdde4a37 100644 --- a/tools/buildsteps/win32/run-tests.bat +++ b/tools/buildsteps/win32/run-tests.bat @@ -68,9 +68,8 @@ ECHO Running testsuite... cd %WORKSPACE%\project\vs2010express\ set KODI_HOME=%WORKSPACE% set PATH=%WORKSPACE%\project\Win32BuildSetup\dependencies;%PATH% - 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.* + + %EXE% --gtest_output=xml:%WORKSPACE%\gtestresults.xml rem Adapt gtest xml output to be conform with junit xml rem this basically looks for lines which have "notrun" in the <testcase /> tag |