Skip to content

Commit

Permalink
Fix tests broken by default config change in 77a7c6b
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Jul 18, 2022
1 parent 3fd8d5c commit 506e422
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion po/lightdm.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-21 12:34+1200\n"
"POT-Creation-Date: 2022-07-18 15:24+1200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
3 changes: 3 additions & 0 deletions tests/scripts/multi-seat-change-graphical-disabled.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Check seat graphical status is ignored
#

[LightDM]
logind-check-graphical=false

#?*START-DAEMON
#?RUNNER DAEMON-START

Expand Down
3 changes: 0 additions & 3 deletions tests/scripts/multi-seat-change-graphical.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Check seat can change graphical status
#

[LightDM]
logind-check-graphical=true

#?*START-DAEMON
#?RUNNER DAEMON-START

Expand Down
3 changes: 3 additions & 0 deletions tests/scripts/multi-seat-non-graphical-disabled.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Check non graphical seats are started anyway
#

[LightDM]
logind-check-graphical=false

#?*START-DAEMON
#?RUNNER DAEMON-START

Expand Down
3 changes: 0 additions & 3 deletions tests/scripts/multi-seat-non-graphical.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Check non graphical seats are ignored
#

[LightDM]
logind-check-graphical=true

#?*START-DAEMON
#?RUNNER DAEMON-START

Expand Down
3 changes: 3 additions & 0 deletions tests/scripts/multi-seat-seat0-non-graphical-disabled.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Check seat0 is started even if it is marked as non-graphical
#

[LightDM]
logind-check-graphical=false

[test-runner-config]
seat0-can-graphical=false

Expand Down
3 changes: 0 additions & 3 deletions tests/scripts/multi-seat-seat0-non-graphical.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Check seat0 is started only once it becomes graphical
#

[LightDM]
logind-check-graphical=true

[test-runner-config]
seat0-can-graphical=false

Expand Down

0 comments on commit 506e422

Please sign in to comment.