1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
This commit is contained in:
Igor Chubin
2020-08-06 06:30:54 +02:00
committed by GitHub
parent 18e851ce80
commit 7578ab7bb0
-1
View File
@@ -86,7 +86,6 @@ while read -r number test_line; do
if ! diff -u3 --color=always results/"$number" "$TMP" > "$TMP2"; then
if [[ $CHEATSH_UPDATE_TESTS_RESULTS = NO ]]; then
if [ "$show_details" = YES ]; then
echo "$ CHEATSH_CACHE_TYPE=none python ../lib/standalone.py $test_line"
cat "$TMP2"
fi
if grep -q "Internal Server Error" "$TMP2"; then