Differences From Artifact [ef2102737b]:
- Executable file xvfs-create — part of check-in [2b7fa3a8fa] at 2019-09-20 15:18:58 on branch trunk — Improved how the XVFS package finds its source files (user: rkeene, size: 2285) [annotate] [blame] [check-ins using]
To Artifact [934e8154c8]:
- Executable file xvfs-create — part of check-in [d36db7c01b] at 2019-09-20 15:22:58 on branch trunk — Made wrappers around minirivet for some XVFS calls (user: rkeene, size: 2281) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 46 47 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + - + - | } return [join $output "\n"] } switch -- $mode { "run" { package require xvfs if {[info exists outputFile]} { set fd [open $outputFile w] |
︙ |