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.
1 parent 9a0269b commit aeab38aCopy full SHA for aeab38a
detection.sh
@@ -14,7 +14,7 @@ suite_success(){
14
file="$1"
15
# look for 0 failures and errors
16
# grep reports non zero code if anything but zero failures/errors
17
- if cat "$file" | grep "<testsuites";then
+ if cat "$file" | grep "<testsuite";then
18
suite_line=$(cat "$file" | grep "<testsuites")
19
if echo "$suite_line" | grep "failures=\"0\"";then
20
if echo "$suite_line" | grep "errors=\"0\"";then
0 commit comments