diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-29 15:54:05 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-29 15:54:05 +0800 |
commit | 5558ec60eff2c66b68c768b8cf3787c86c04a003 (patch) | |
tree | 6d504392c07305647ee1a88b11a7e180c9eb53aa /jobs | |
parent | 5d5f871b83df6cd9c0eb3357ce4a211e2f11aa0b (diff) |
provider:checkbox: remove the dependency of suspend-single-log-attach job
Remove the suspend-advanced dependency from suspend-single-log-attach job, to avoid this job to be triggered and skipped in SRU testing.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/suspend.txt.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index 23e4dae..71bea1f 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -360,7 +360,6 @@ _description: plugin: attachment id: suspend/suspend-single-log-attach -depends: suspend/suspend_advanced command: [ -e $PLAINBOX_SESSION_SHARE/suspend_single.log ] && cat $PLAINBOX_SESSION_SHARE/suspend_single.log _description: Attaches the log from the single suspend/resume test to the results |