Skip to content

Commit

Permalink
Update test-docker-sonic-vs-template.yml
Browse files Browse the repository at this point in the history
fix  err of whitespace check
  • Loading branch information
pettershao-ragilenetworks committed Nov 30, 2022
1 parent ebe72b1 commit 7dd927b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
test_name=$(echo "${test_set[0]}" | cut -d "." -f 1)
echo "${test_set[*]}" | xargs sudo py.test -v --force-flaky --junitxml="${test_name}_tr.xml" --imgname=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)
fi
if [ '${{ parameters.archive_gcov }}' == True ]; then
sudo py.test -v --force-flaky --junitxml=tr.xml --keeptb --imgname=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)
else
Expand Down

0 comments on commit 7dd927b

Please sign in to comment.