merge with lucky
This commit is contained in:
@@ -284,7 +284,6 @@ DEFAULT_DIR="./tests/defaults/"
|
|||||||
echo ""
|
echo ""
|
||||||
print_results "all" $TOTAL_SUCCESS $TOTAL_TEST
|
print_results "all" $TOTAL_SUCCESS $TOTAL_TEST
|
||||||
fi
|
fi
|
||||||
delete_files
|
|
||||||
|
|
||||||
# ask to show the diff
|
# ask to show the diff
|
||||||
# -rsn1 will stop read after first key pressed
|
# -rsn1 will stop read after first key pressed
|
||||||
@@ -293,3 +292,6 @@ DEFAULT_DIR="./tests/defaults/"
|
|||||||
then
|
then
|
||||||
diff -y --width=100 --color=always "$BASH_LOG" "$MINISHELL_LOG"
|
diff -y --width=100 --color=always "$BASH_LOG" "$MINISHELL_LOG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# delete files created during tests
|
||||||
|
delete_files
|
||||||
|
|||||||
Reference in New Issue
Block a user