diff options
| author | Colomban Wendling <[email protected]> | 2025-05-14 23:39:08 +0200 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-02-13 09:29:25 -0500 |
| commit | 56853727df29fe2918ebec89eae5b38cda98c5d0 (patch) | |
| tree | 4bf60a5469d31cdfb9cc83f838c5def21a77e7d0 /test/testCommon.py | |
| parent | bd997817536cfa724a719d159e9b498fb0219495 (diff) | |
| download | atril-56853727df29fe2918ebec89eae5b38cda98c5d0.tar.bz2 atril-56853727df29fe2918ebec89eae5b38cda98c5d0.tar.xz | |
Fix tests imported from XReader
Diffstat (limited to 'test/testCommon.py')
| -rw-r--r-- | test/testCommon.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
