Skip to content

Commit cba10cd

Browse files
committed
vineyard: try to debug macos test failure
Follow-up to #230431
1 parent 7a6ad7b commit cba10cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/v/vineyard.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def install
149149

150150
# sleep to let vineyardd get its wits about it
151151
sleep 10
152-
sleep 10 if OS.mac? && Hardware::CPU.intel?
152+
153+
assert_predicate testpath/"vineyard.sock", :socket?
153154

154155
assert_equal("vineyard instance is: 0\n",
155156
shell_output("#{testpath}/build/vineyard-test #{testpath}/vineyard.sock"))

0 commit comments

Comments
 (0)