diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:17:15 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:17:15 +0200 |
commit | df108124fa5f339ad1c6bcaf2b7258b8142110fb (patch) | |
tree | 56ab2d4d046b9905a69285341a91ec8629f57ea8 | |
parent | b5b11d64d21ce2af88ce2b55a8b9016bffbd6ce6 (diff) |
bin:check-prerelease -> check-prerelease.py
-rwxr-xr-x | bin/check-prerelease.py (renamed from bin/check-prerelease) | 2 | ||||
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/check-prerelease b/bin/check-prerelease.py index 5e24902..68b1a2e 100755 --- a/bin/check-prerelease +++ b/bin/check-prerelease.py @@ -25,7 +25,7 @@ system booted from the network (test passes) or from a local disk (test fails). Usage: - check-prerelease + check-prerelease.py """ import platform diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 09d48d3..263c3b2 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -183,7 +183,7 @@ _summary: Test that system is not a pre-release version _description: Test to verify that the system uses production, rather than pre-release, versions of the kernel and the OS. -command: check-prerelease +command: check-prerelease.py plugin: shell category_id: com.canonical.plainbox::miscellanea |