diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-23 15:43:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-23 15:43:24 +0100 |
commit | 853c6bd553d91b6c55bdcdc909ae0fc8f7e13072 (patch) | |
tree | ae3679115867e80e80598ca08f1ee20cb73b2a07 /job-cfg | |
parent | 21b0d4e071af1fdf17c3ed92b5e873cc113845c6 (diff) | |
download | jenkins.debian.net-853c6bd553d91b6c55bdcdc909ae0fc8f7e13072.tar.xz |
lvc: run cucumber with --debug
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 15adbe42..384d1c87 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -45,7 +45,7 @@ - '{name}_debian-live_squeeze': my_title: 'Debian Live 7' my_time: '23 45 31 12 *' - my_params: '--capture lvc_debian-live_squeeze.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso DebianLive7/apt.feature' + my_params: '--debug --capture lvc_debian-live_squeeze.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso DebianLive7/apt.feature' my_pngs: 'apt-*.png' my_description: 'Work in progress...' |