diff options
author | Erin Chen <erin.chen@canonical.com> | 2020-10-12 17:22:06 +0800 |
---|---|---|
committer | Erin Chen <erin.chen@canonical.com> | 2020-10-12 17:22:06 +0800 |
commit | f3604091ef252ec766914049ee336baa66111ded (patch) | |
tree | daef15e6a80ed1561fa8b5744ba014b7c028dceb /units | |
parent | 27531c39b348727e42005344c2c252e5014c2e7a (diff) |
fix lp:1893161 xrandr_screens_after_suspend.tar.gz_auto
Diffstat (limited to 'units')
-rw-r--r-- | units/suspend/suspend-graphics.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/suspend/suspend-graphics.pxu b/units/suspend/suspend-graphics.pxu index 84bfab8..9a52fbb 100644 --- a/units/suspend/suspend-graphics.pxu +++ b/units/suspend/suspend-graphics.pxu @@ -109,7 +109,7 @@ plugin: attachment category_id: com.canonical.plainbox::suspend id: suspend/{index}_xrandr_screens_after_suspend.tar.gz_auto depends: suspend/{index}_cycle_resolutions_after_suspend_{product_slug}_graphics -command: [ -f "$PLAINBOX_SESSION_SHARE"/{index}_xrandr_screens_after_suspend.tgz ] && cat "$PLAINBOX_SESSION_SHARE"/{index}_xrandr_screens_after_suspend.tgz +command: [ -f "$PLAINBOX_SESSION_SHARE"/xrandr_screens_{index}_after_suspend.tgz ] && cat "$PLAINBOX_SESSION_SHARE"/xrandr_screens_{index}_after_suspend.tgz _description: This attaches screenshots from the suspend/cycle_resolutions_after_suspend test to the results submission. unit: template |