diff options
-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 |