strace changelog

This commit is contained in:
Frédéric Péters 2018-07-24 08:09:12 +02:00
parent 4b1aebf9ac
commit 5646295a4a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages{
stage('unit test'){
steps{
sh 'python /usr/lib/python2.7/dist-packages/eobuilder/changelog.py bidon X /var/lib/eobuilder/git/bidon/'
sh 'strace -F -tt python /usr/lib/python2.7/dist-packages/eobuilder/changelog.py bidon X /var/lib/eobuilder/git/bidon/'
}
}
stage('packaging'){