X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Fconvert%2Ftest-auto-source-discovery-grouping.sh;h=75a49770d62d8fa031821ff97616b9dd3c33f42d;hb=db01f759a69290bc1608f60c2942c4c36a282708;hp=0e2666c2431935cfb9563e062a8e409f769472df;hpb=407d3b1055a8457c8927fb4ae79841774c1872d1;p=babeltrace.git diff --git a/tests/cli/convert/test-auto-source-discovery-grouping.sh b/tests/cli/convert/test-auto-source-discovery-grouping.sh index 0e2666c2..75a49770 100755 --- a/tests/cli/convert/test-auto-source-discovery-grouping.sh +++ b/tests/cli/convert/test-auto-source-discovery-grouping.sh @@ -39,8 +39,10 @@ ok "$?" "expected components are instantiated with expected inputs" # Check that expected warning is printed. # shellcheck disable=SC2016 -bt_grep -q 'No trace was found based on input `some_other_non_opt`' "$stderr_actual_file" -ok "$?" "warning is printed" +bt_grep_ok \ + 'No trace was found based on input `some_other_non_opt`' \ + "$stderr_actual_file" \ + "warning is printed" rm -f "$stdout_actual_file" rm -f "$stderr_actual_file"