Skip to content

Commit

Permalink
Fix tr.xml name.
Browse files Browse the repository at this point in the history
Change-Id: Ia70220a3aeb17db8f85f896e4f66960ff9c15c87
  • Loading branch information
mint570 committed Jun 23, 2022
1 parent da1189a commit 01ad67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
docker rm $(docker ps -q -a)
done
else
sudo py.test -v --force-flaky --junitxml=tr.xml --imgname=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)
sudo py.test -v --force-flaky --junitxml=tests_tr.xml --imgname=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)
fi
rm -rf $(Build.ArtifactStagingDirectory)/download
displayName: "Run vs tests"
Expand Down

0 comments on commit 01ad67f

Please sign in to comment.