diff options
author | Shih-Yuan Lee (FourDollars) <sylee@canonical.com> | 2020-07-08 14:46:56 +0800 |
---|---|---|
committer | Shih-Yuan Lee (FourDollars) <sylee@canonical.com> | 2020-07-08 16:31:51 +0800 |
commit | 6596762fafb0394d9c77ac5d4c11dfc37026cbbc (patch) | |
tree | f23a43537a59623ba02bb303a243ea746df615ca /jobs | |
parent | 2a0268a23474da0cbd18f2bbb0c878b662df9d29 (diff) |
Check the result of the Somerville installation.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/somerville/somerville.txt.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/somerville/somerville.txt.in b/jobs/somerville/somerville.txt.in index 1240269..c98b7b3 100644 --- a/jobs/somerville/somerville.txt.in +++ b/jobs/somerville/somerville.txt.in @@ -142,6 +142,13 @@ _verification: 1. Did the system Suspend successfully? 2. Did the system Resume via Power Button? +id: somerville/installation +category_id: somerville +plugin: shell +command: + grep "(SUCCESS) Clean-Up .. Done" /var/log/installer/chroot.sh.log +_description: Check the result of the installation + id: somerville/dell-repository category_id: somerville plugin: shell |