Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/testing/performance/performance-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Verify-Robocopy {
[Parameter(Mandatory)]
[string]$Source
if ($LASTEXITCODE -ne 0 -or !$?) {
Write-Output "Failed to copy $Source: exit code $LASTEXITCODE"
Write-Output "Failed to copy ${Source}: exit code $LASTEXITCODE"
exit $LASTEXITCODE
}
}
Expand Down
3 changes: 2 additions & 1 deletion eng/testing/performance/performance-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ else
if [ "$?" -ne "0" ]; then
echo "git clone failed with code $?"
exit 1

fi

docs_directory=$performance_directory/docs
verified_mv $docs_directory $workitem_directory
fi
Expand Down