diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:59:39 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:59:39 +0200 |
commit | c99957ad389b3e383b9155cb528000bfa197a077 (patch) | |
tree | b5cb3ebfc57ec5b05a7b93e8e9514d1ec2432c73 | |
parent | ba6c7a3fa1c4247e7dc3019c0d242d966f41e4de (diff) |
bin:lock_screen_watcher -> lock_screen_watcher.py
-rwxr-xr-x | bin/lock_screen_watcher.py (renamed from bin/lock_screen_watcher) | 0 | ||||
-rw-r--r-- | units/keys/jobs.pxu | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/lock_screen_watcher b/bin/lock_screen_watcher.py index 1c30270..1c30270 100755 --- a/bin/lock_screen_watcher +++ b/bin/lock_screen_watcher.py diff --git a/units/keys/jobs.pxu b/units/keys/jobs.pxu index 9dc3450..6eec1d4 100644 --- a/units/keys/jobs.pxu +++ b/units/keys/jobs.pxu @@ -5,7 +5,7 @@ estimated_duration: 30.0 imports: from com.canonical.plainbox import manifest requires: manifest.has_special_keys == 'True' flags: also-after-suspend-manual -command: lock_screen_watcher +command: lock_screen_watcher.py _description: PURPOSE: This test will test the screen lock key |