This commit is contained in:
Lucas Gravley 2020-08-24 14:22:39 -05:00
parent a1f76a8e2b
commit e7ff2d0e66

View file

@ -1069,7 +1069,6 @@ Reports() {
for TEST in "${WARNING_ARRAY_TEST[@]}"; do
warn "Expected file to compare with was not found for ${TEST}"
done
}
################################################################################
#### Function Footer ###########################################################
@ -1116,6 +1115,7 @@ Footer() {
# No errors found when linting the language
CallStatusAPI "${LANGUAGE}" "success"
fi
fi
done
##################################
@ -1184,7 +1184,6 @@ cleanup() {
trap - 0 1 2 3 6 14 15
}
trap 'cleanup' 0 1 2 3 6 14 15
################################################################################
############################### MAIN ###########################################
################################################################################