summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-02 17:51:47 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-02 17:51:47 +0100
commit3da1a284dc2620cf3c4a1e962cb53e415444ab2d (patch)
tree66b2fa23a5997aabd2616829ff58f4a0ea37f6c8 /Jenkinsfile
parent47647d40164b81c02367499ad3a0a9eb67029c8c (diff)
downloadvyos-build-3da1a284dc2620cf3c4a1e962cb53e415444ab2d.tar.gz
vyos-build-3da1a284dc2620cf3c4a1e962cb53e415444ab2d.zip
Jenkins: add "make test" helper
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 326c03e8..0d5cd65c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -178,7 +178,7 @@ pipeline {
stage('Test ISO') {
steps {
sh """
- sudo scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso
+ sudo make test
"""
}
}