From f3604091ef252ec766914049ee336baa66111ded Mon Sep 17 00:00:00 2001 From: Erin Chen Date: Mon, 12 Oct 2020 17:22:06 +0800 Subject: fix lp:1893161 xrandr_screens_after_suspend.tar_gz_auto --- units/suspend/suspend-graphics.pxu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units') 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 -- cgit v1.2.3