racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
447 stars 94 forks source link

CI: use automatic server numbering #440

Closed sorawee closed 3 years ago

sorawee commented 3 years ago

Without -a, multiple runs of xvfb-run will use the same server number. If the first xvfb-run has not freed the resource yet by the time the second xvfb-run is invoked, a conflict will occur, causing an error.

With -a, the second xvfb-run will automatically pick a different server number, thus avoiding the conflict.

CC: @samth