From 8b05fe5ef99de9620579b786feb281107a51f12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 23 Oct 2019 12:06:22 -0700 Subject: [PATCH] setting the right build result --- scripts/run_ninja.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/run_ninja.sh b/scripts/run_ninja.sh index a738c7d..5ce8626 100755 --- a/scripts/run_ninja.sh +++ b/scripts/run_ninja.sh @@ -34,8 +34,4 @@ if test -f "test-results.xml" ; then cp test-results.xml ${TARGET_DIR} fi -# if a test report exists building must have worked -if test -f "${WORKSPACE}/build/test-results.xml"; then - exit 0 -fi exit ${RETURN_CODE} \ No newline at end of file