X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Fconvert%2Ftest_auto_source_discovery_grouping;fp=tests%2Fcli%2Fconvert%2Ftest_auto_source_discovery_grouping;h=8378e625a70ffa8068978efb6e4872fa5d680fe9;hb=4656d91f23f6d9bdfcbf1cfed580c75d6b31e84c;hp=53b932a4034fc82aa2d32af24663a91b255b72b9;hpb=6b66b7a98ed3e3a0056c6b157c3781efbda08770;p=babeltrace.git diff --git a/tests/cli/convert/test_auto_source_discovery_grouping b/tests/cli/convert/test_auto_source_discovery_grouping index 53b932a4..8378e625 100755 --- a/tests/cli/convert/test_auto_source_discovery_grouping +++ b/tests/cli/convert/test_auto_source_discovery_grouping @@ -58,6 +58,7 @@ bt_diff "$stdout_expected_file" "$stdout_actual_file" ok "$?" "expected components are instantiated with expected inputs" # Check that expected warning is printed. +# shellcheck disable=SC2016 grep -q 'No trace was found based on input `some_other_non_opt`' "$stderr_actual_file" ok "$?" "warning is printed"