mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
tests/run-tests.sh: minor fix
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ while read -r number test_line; do
|
||||
fi
|
||||
|
||||
if ! diff -u3 --color=always results/"$number" "$TMP" > "$TMP2"; then
|
||||
if [[ $CHEATSH_UPDATE_TESTS_RESULTS = NO ]]; then
|
||||
if [[ $update_tests_results = NO ]]; then
|
||||
if [ "$show_details" = YES ]; then
|
||||
cat "$TMP2"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user