Commit 1c381f3c authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Stabilize flaky test r1813

Because it uses hard-coded ports, it often appears as failing in vtest
so now it should succeed if the address wasn't available.
parent b5fd51b5
varnishtest "Duplicate -a arguments"
shell -err -expect {have same address} "varnishd -d -a 127.0.0.1:38484 -a 127.0.0.1:38484 -b localhost:80 2>&1"
shell -err -match "(have same address)|(already in use)" {
varnishd -d -a 127.0.0.1:38484 -a 127.0.0.1:38484 -b localhost:80
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment