Skip to content

Commit cb84309

Browse files
author
Aaron Roller
committed
test: all tests pass with plural AM-415/rostests
1 parent a5e09f1 commit cb84309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ suite_success(){
1414
file="$1"
1515
# look for 0 failures and errors
1616
# grep reports non zero code if anything but zero failures/errors
17-
target="<testsuite"
17+
target="<testsuites "
1818
if cat "$file" | grep "$target";then
1919
suite_line=$(cat "$file" | grep "$target")
2020
if echo "$suite_line" | grep "failures=\"0\"";then

0 commit comments

Comments
 (0)