aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/win32/run-tests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildsteps/win32/run-tests.bat')
-rw-r--r--tools/buildsteps/win32/run-tests.bat5
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