Skip to content

Commit

Permalink
wip: output pact-message version
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 25, 2018
1 parent 746d81d commit 52b5f92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/pact.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ Write-Host " Moving binaries into position"
Get-ChildItem $pactDir\pact

Write-Host "--> Adding pact binaries to path"
$pactBinariesPath = $pactDir\pact\pact\bin
$pactBinariesPath = "$pactDir\pact\bin"
$env:PATH += ";$pactBinariesPath"
Write-Host $env:PATH
Get-ChildItem $pactBinariesPath
pact-message.bat version
pact-message version
pact-broker version

Write-Host "--> Running tests"
$packages = go list github.com/pact-foundation/pact-go/... | where {$_ -inotmatch 'vendor'} | where {$_ -inotmatch 'examples'}
Expand Down

0 comments on commit 52b5f92

Please sign in to comment.