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 cd3a331 commit bf70033Copy full SHA for bf70033
.azure/pipelines/components-e2e-tests.yml
@@ -71,9 +71,9 @@ jobs:
71
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined \
72
| tee e2e-test-output.log
73
74
- if grep -q "No test matches the given testcase filte" e2e-test-output.log
+ if grep -q "No test matches the given testcase filter" e2e-test-output.log
75
then
76
- echo "##vso[task.logissue type=error] No tests matched the filter string was found in output."
+ echo "##vso[task.logissue type=error] No tests matched the filter."
77
78
exit 1
79
fi
0 commit comments