summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-07-06 10:07:08 +0200
committerBastien Nocera <hadess@hadess.net>2023-07-06 10:07:08 +0200
commite4e498e1983617a7c045e0cd8cdfb1dc199165bf (patch)
tree1cdacfe8e13867ca0f147a65ddcf4a1e98494d03
parentf8fe036331cd9f59ab87aee839afc3893a7463a9 (diff)
linux: Fix integration test to work under jhbuild
Fixes: 648abe9c2742 ("tests: Test a client running while daemon restarts")
-rwxr-xr-xsrc/linux/integration-test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linux/integration-test.py b/src/linux/integration-test.py
index 5783bc7..f23406d 100755
--- a/src/linux/integration-test.py
+++ b/src/linux/integration-test.py
@@ -108,6 +108,7 @@ class Tests(dbusmock.DBusTestCase):
elif os.environ.get('UNDER_JHBUILD', False):
jhbuild_prefix = os.environ['JHBUILD_PREFIX']
cls.daemon_path = os.path.join(jhbuild_prefix, 'libexec', 'upowerd')
+ cls.upower_path = os.path.join(jhbuild_prefix, 'bin', 'upower')
print('Testing binaries from JHBuild')
cls.local_daemon = False
else: