tests/run.sh: remove exclamation mark for better copy'n'paste experience

Closes https://github.com/awesomeWM/awesome/pull/1293.
This commit is contained in:
Daniel Hahler 2016-12-26 19:08:26 +01:00 committed by Daniel Hahler
parent 58c068b17e
commit 8e97ae51c3
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ for f in $tests; do
if ! grep -q -E '^Test finished successfully$' "$awesome_log" || if ! grep -q -E '^Test finished successfully$' "$awesome_log" ||
grep -q -E '[Ee]rror|assertion failed' "$awesome_log"; then grep -q -E '[Ee]rror|assertion failed' "$awesome_log"; then
echo "===> ERROR running $f! <===" echo "===> ERROR running $f <==="
grep --color -o --binary-files=text -E '.*[Ee]rror.*|.*assertion failed.*' "$awesome_log" || true grep --color -o --binary-files=text -E '.*[Ee]rror.*|.*assertion failed.*' "$awesome_log" || true
((errors++)) ((errors++))
fi fi