diff options
author | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2015-04-15 23:36:18 +0200 |
---|---|---|
committer | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2015-04-15 23:36:18 +0200 |
commit | d388d4d09fd9d145d098a9db7fd47c0cb224ecce (patch) | |
tree | a174089c35542f9df91b7d427352735968546794 /tools/buildsteps | |
parent | 649eb4d0b8f1576d12caac3ba384f6ea9f777975 (diff) | |
parent | 4446b7533b3273290702b35baf5c4a87593a37a8 (diff) |
Merge pull request #6892 from Karlson2k/mhd_upd_03
Diffstat (limited to 'tools/buildsteps')
-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 |