Add trailing '-v' option to "Test" stage step

This commit is contained in:
Giles Gaskell 2017-12-04 22:17:56 +11:00
parent 239cbae188
commit d250e72627

2
jenkins/Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
} }
} }
steps { steps {
sh 'python sources/test_calc.py' sh 'python sources/test_calc.py -v'
} }
} }
stage('Deliver') { stage('Deliver') {