Skip to content

Commit 2e68271

Browse files
committed
fix
1 parent 7a44a34 commit 2e68271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/support/server.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ proc start_server {options {code undefined}} {
292292
while 1 {
293293
# check that the server actually started and is ready for connections
294294
if {[exec grep "going to start" | wc -l < $stderr] > 0} {
295-
break
295+
break
296296
}
297297
puts "Fuck YYB"
298298
after 10

0 commit comments

Comments
 (0)