aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildsteps')
-rwxr-xr-xtools/buildsteps/linux32/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/linux32/run-tests b/tools/buildsteps/linux32/run-tests
index 429e094b92..088c21a101 100755
--- a/tools/buildsteps/linux32/run-tests
+++ b/tools/buildsteps/linux32/run-tests
@@ -3,7 +3,7 @@ XBMC_PLATFORM_DIR=linux32
. $WORKSPACE/tools/buildsteps/defaultenv
cd $WORKSPACE;make -j$BUILDTHREADS testsuite
-cd $WORKSPACE;./xbmc-test --gtest_output=xml:gtestresults.xml
+cd $WORKSPACE;./kodi-test --gtest_output=xml:gtestresults.xml
awk '{ if ($1 == "<testcase" && match($0, "notrun")) print substr($0,0,length($0)-2) "><skipped/></testcase>"; else print $0;}' gtestresults.xml > gtestresults-skipped.xml
rm gtestresults.xml
mv gtestresults-skipped.xml gtestresults.xml