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 a5e09f1 commit cb84309Copy full SHA for cb84309
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
- target="<testsuite"
+ target="<testsuites "
18
if cat "$file" | grep "$target";then
19
suite_line=$(cat "$file" | grep "$target")
20
if echo "$suite_line" | grep "failures=\"0\"";then
0 commit comments