diff options
Diffstat (limited to 'job-cfg/piuparts.yaml')
-rw-r--r-- | job-cfg/piuparts.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml index 1bccb2bd..9f5bd331 100644 --- a/job-cfg/piuparts.yaml +++ b/job-cfg/piuparts.yaml @@ -47,11 +47,11 @@ jobs: - '{name}_sid': my_distro: 'sid' - my_shell: 'debian/rules check' + my_shell: 'make check' my_description: 'piuparts testsuite running on sid.' my_trigger: 'piuparts_jessie' - '{name}_jessie': my_distro: 'jessie' - my_shell: 'debian/rules check' + my_shell: 'make check' my_description: 'piuparts testsuite running on jessie.' |