[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64356] [PATCH v3 1/4] tests: xvnc: Fix test.
From: |
Bruno Victal |
Subject: |
[bug#64356] [PATCH v3 1/4] tests: xvnc: Fix test. |
Date: |
Fri, 30 Jun 2023 14:58:11 +0100 |
* gnu/tests/vnc.scm (run-xvnc-test): Use system* instead of invoke.
---
gnu/tests/vnc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/tests/vnc.scm b/gnu/tests/vnc.scm
index 5c4bd43fa3..e59972eee4 100644
--- a/gnu/tests/vnc.scm
+++ b/gnu/tests/vnc.scm
@@ -142,11 +142,11 @@ (define (run-xvnc-test)
(marionette-eval
'(begin
;; Check that DCONF_PROFILE is set...
- (invoke "/bin/sh" "-lc" "\
+ (system* "/bin/sh" "-lc" "\
pgrep gdm | head -n1 | xargs -I{} grep -Fq DCONF_PROFILE /proc/{}/environ")
;; ... and that
- (invoke "/bin/sh" "-lc" "\
+ (system* "/bin/sh" "-lc" "\
sudo -E -u gdm env DCONF_PROFILE=/etc/dconf/profile/gdm dbus-run-session \
gsettings get org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type \
| grep -Fq nothing"))
base-commit: 8af22b493199a17f46351c2f3d9f6ee759e48564
--
2.39.2
- [bug#64356] [PATCH 0/4] Fix GDM and VNC tests, Bruno Victal, 2023/06/29
- [bug#64356] [PATCH 2/4] marionette: Allow passing custom OCR arguments., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH 1/4] tests: xvnc: Fix test., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH 3/4] tests: gdm: Prefer OCR to delay., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH 4/4] tests: xvnc: Group up GDM test., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH v2 3/4] tests: gdm: Prefer OCR to delay., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH v2 4/4] tests: xvnc: Group up GDM test., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH v2 2/4] marionette: Allow passing custom OCR arguments., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH v2 1/4] tests: xvnc: Fix test., Bruno Victal, 2023/06/29
- [bug#64356] [PATCH v3 0/4] Fix GDM + VNC tests, Bruno Victal, 2023/06/30
- [bug#64356] [PATCH 0/4] Fix GDM and VNC tests, Maxim Cournoyer, 2023/06/30