diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-22 17:00:56 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-22 17:00:56 +0800 |
commit | 39395f88c23c74b88d87ca4e8e975242447258a1 (patch) | |
tree | b88dbf48d8c1ac54acfceb73ca691ef1e26deebd | |
parent | 6450577137edba3504cdd7c4f8dcd84d35cbe3a1 (diff) |
Add dependency to hybrid graphic test
-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 |