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:
Alessandro Comodi 2020-04-02 11:29:35 +02:00
parent 14600d771a
commit bf87e49e53
1 changed files with 0 additions and 10 deletions

View File

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