diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:12:38 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:13:32 +0200 |
commit | 9c4d522b486126b2e4ffac91c7db2755787a333a (patch) | |
tree | 20f28cae368315dba864b3cb6efc28db25c6a40e /units/suspend | |
parent | 75ee239604b1c154b9fde5cbb930f4cc0ed3ad41 (diff) |
bin:camera_test -> camera_test.py
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index ddcc670..3b45096 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -1223,7 +1223,7 @@ id: suspend/screenshot_after_suspend estimated_duration: 10.0 depends: suspend/suspend_advanced_auto requires: package.name == 'fswebcam' -command: set -o pipefail; camera_test still --device=/dev/external_webcam -f ${PLAINBOX_SESSION_SHARE}/screenshot_after_suspend.jpg -q 2>&1 | ansi_parser.py +command: set -o pipefail; camera_test.py still --device=/dev/external_webcam -f ${PLAINBOX_SESSION_SHARE}/screenshot_after_suspend.jpg -q 2>&1 | ansi_parser.py _description: PURPOSE: Take a screengrab of the current screen after suspend (logged on Unity desktop) |