Skip to content

Commit 9b37fae

Browse files
committed
Show epmd -names output
1 parent 0bb3d42 commit 9b37fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/appveyor/install.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ $epmd = [System.IO.Path]::Combine($erlang_home, "erts-$erlang_erts_version", "bi
9595
Write-Host "[INFO] Waiting for epmd ($epmd) to report that RabbitMQ has started"
9696

9797
Do {
98+
& $epmd -names
9899
$epmd_running = & $epmd -names | Select-String -CaseSensitive -SimpleMatch -Quiet -Pattern 'name rabbit at port 25672'
99100
if ($epmd_running -eq $true) {
100101
Write-Host '[INFO] epmd reports that RabbitMQ is at port 25672'

0 commit comments

Comments
 (0)