diff options
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/suspend.txt.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index 472dca7..307cc40 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -386,6 +386,7 @@ command: cat <<'EOF' | run_templates -t -s 'graphics_card_resource' plugin: attachment id: suspend/`echo ${index}`_hybrid-sleep-single-log-attach_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` + depends: suspend/`echo ${index}`_hybrid_sleep_`echo "${product}" | sed 's/ /_/g;s/[^_a-zA-Z0-9-]//g'` command: [ -e $PLAINBOX_SESSION_SHARE/`echo ${index}`_hybrid_sleep_single.log ] && cat $PLAINBOX_SESSION_SHARE/`echo ${index}`_hybrid_sleep_single.log _description: Attaches the log from the single hybrid sleep/resume test to the results |