diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-11-02 16:33:27 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-11-02 16:33:27 +0800 |
commit | 083af5015f70943a79f370ecb843757626b97bd7 (patch) | |
tree | f19e442e52545ab59425c72947e42da8f6e3c026 | |
parent | b8dcc0a29f8b1c24b677dd34331f3473668e05bc (diff) |
provider:checkbox Fix the oops after s3 attachmentplainbox-provider-checkbox-v0.23c1plainbox-provider-checkbox-v0.23
Fix the oops after s3 attachment filename.
-rw-r--r-- | jobs/suspend.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index 79d0748..3d30133 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -2913,6 +2913,6 @@ plugin: attachment category_id: 2013.com.canonical.plainbox::suspend estimated_duration: 0.5 command: - [ -e ${PLAINBOX_SESSION_SHARE}/fwts_oops_results_after_s3_hwe.log ] && cat ${PLAINBOX_SESSION_SHARE}/fwts_oops_results_after_s3_hwe.log + [ -e ${PLAINBOX_SESSION_SHARE}/fwts_oops_results_after_s3.log ] && cat ${PLAINBOX_SESSION_SHARE}/fwts_oops_results_after_s3.log _description: Attaches the FWTS oops results log to the submission after suspend |