summaryrefslogtreecommitdiffstats
path: root/job-cfg/piuparts.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-30 22:02:51 +0000
committerHolger Levsen <holger@layer-acht.org>2014-04-30 22:02:51 +0000
commit2ece08913e1236845145decab5722532d7a390e2 (patch)
treefd6852187cb929f43d5d2e8fad698cf9d0441e81 /job-cfg/piuparts.yaml
parent009cb817d67ed2b6e0b59bdebdd1eafba9fa2565 (diff)
downloadjenkins.debian.net-2ece08913e1236845145decab5722532d7a390e2.tar.xz
piuparts: call tests correctly
Diffstat (limited to 'job-cfg/piuparts.yaml')
-rw-r--r--job-cfg/piuparts.yaml4
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.'