Comment out removing tmp directory for testing

This commit is contained in:
alschmiedt
2018-12-19 15:22:49 -08:00
parent f125065a17
commit 3a63ae6feb

View File

@@ -46,7 +46,7 @@ done
# Clean up.
rm -r $TMP_DIR
#rm -r $TMP_DIR
if [ "$FAILURE_COUNT" -eq "0" ]; then
echo -e "${BOLD_GREEN}All generator tests passed.${ANSI_RESET}"