Skip to content

Commit bf70033

Browse files
committed
Fix typos.
1 parent cd3a331 commit bf70033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Unquarantined \
7272
| tee e2e-test-output.log
7373
74-
if grep -q "No test matches the given testcase filte" e2e-test-output.log
74+
if grep -q "No test matches the given testcase filter" e2e-test-output.log
7575
then
76-
echo "##vso[task.logissue type=error] No tests matched the filter string was found in output."
76+
echo "##vso[task.logissue type=error] No tests matched the filter."
7777
7878
exit 1
7979
fi

0 commit comments

Comments
 (0)