From 239ebd2f3ce65f394bb94089a57aae8e40f953aa Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 14 May 2025 23:39:08 +0200 Subject: Fix tests imported from XReader --- test/testCommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testCommon.py') diff --git a/test/testCommon.py b/test/testCommon.py index 8e95bf58..dd6ec51a 100644 --- a/test/testCommon.py +++ b/test/testCommon.py @@ -19,7 +19,7 @@ def run_app(file=None): arguments = os.path.join(os.path.dirname(__file__), file) else: arguments = '' - pid = dt.run(sys.argv[1], arguments=arguments, appName='xreader') + pid = dt.run(sys.argv[1], arguments=arguments, appName='atril') def bail(): os.kill(pid, signal.SIGTERM) -- cgit v1.2.1