Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 24, 2024
1 parent e080b3f commit 00cb2ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/development/design/index.mdwn
Expand Up @@ -312,12 +312,12 @@
* Service dependencies
+ Scenario 1: Tests need X11
+ X11 can be run under various servers
+ If DISPLAY is set, have option
+ Use current DISPLAY
+ If `DISPLAY` is set, have option
+ Use current `DISPLAY`
+ Use Xvfb
+ Use Xephyr (may need a WM to run inside)
+ If DISPLAY is not set (headless environment)
+ Set DISPLAY
+ If `DISPLAY` is not set (headless environment)
+ Set `DISPLAY`
+ Use Xvfb (requires `pkg:deb/debian/xvfb`)
+ Scenario 2: Tests need PostgreSQL
+ Alternative 1: Use existing PostgreSQL on system.
Expand Down

0 comments on commit 00cb2ec

Please sign in to comment.