mirror of https://github.com/openXC7/prjxray.git
kokoro: remove check on failing db gen for extra parts and harness
Now that the extra parts and harness files do happen during the full db generation, the two failing tests are not required anymore Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
14600d771a
commit
bf87e49e53
|
|
@ -157,16 +157,6 @@ echo "----------------------------------------"
|
|||
# Check the database and fail if it is broken.
|
||||
make db-check-${XRAY_SETTINGS}
|
||||
|
||||
if [[ $EXTRAS_HARNESS_RET != 0 ]] ; then
|
||||
echo "A failure occurred during extra harnesses generation."
|
||||
exit $EXTRAS_HARNESS_RET
|
||||
fi
|
||||
|
||||
if [[ $EXTRAS_PARTS_RET != 0 ]] ; then
|
||||
echo "A failure occurred during extra parts generation."
|
||||
exit $EXTRAS_PARTS_RET
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "========================================"
|
||||
echo " Testing HTML generation"
|
||||
|
|
|
|||
Loading…
Reference in New Issue