We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78aab55 + c0f6f17 commit 1245f78Copy full SHA for 1245f78
.travis.yml
README.md
@@ -17,7 +17,6 @@ What features should it have?
17
18
Such a thing exists.
19
20
-[](https://travis-ci.org/chubin/cheat.sh)
21
22
## Features
23
tests/run-tests.sh
@@ -90,9 +90,6 @@ while read -r number test_line; do
90
if [ "$show_details" = YES ]; then
91
cat "$TMP2"
92
fi
93
- if grep -q "Internal Server Error" "$TMP2"; then
94
- [[ $TRAVIS == true ]] && docker logs chtsh
95
- fi
96
echo "FAILED: [$number] $test_line"
97
else
98
cat "$TMP" > results/"$number"
0 commit comments