setting the right build result
This commit is contained in:
parent
cdd9feae23
commit
8b05fe5ef9
1 changed files with 0 additions and 4 deletions
|
@ -34,8 +34,4 @@ if test -f "test-results.xml" ; then
|
||||||
cp test-results.xml ${TARGET_DIR}
|
cp test-results.xml ${TARGET_DIR}
|
||||||
fi
|
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}
|
exit ${RETURN_CODE}
|
Loading…
Reference in a new issue