1
0
Fork 0

setting the right build result

This commit is contained in:
Christian Kühnel 2019-10-23 12:06:22 -07:00
parent cdd9feae23
commit 8b05fe5ef9

View file

@ -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}