Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
breakdown in browser pages correction
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Feb 28, 2019
1 parent 3066eff commit 4c4eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/coreutil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function addSuiteEntry {
echo -n "skipped=$7 " >> "$1"
fi
echo -n "<b> Suites</b> executed=${10} " >> "$1"
if [[ $12 -ne 0 ]]; then
if [[ ${12} -ne 0 ]]; then
echo -n "<span style=\"color: red\">errors=${12} </span>" >> "$1"
else
echo -n "errors=${12} " >> "$1"
Expand Down

0 comments on commit 4c4eeb0

Please sign in to comment.