diff options
author | Philip Hands <phil@hands.com> | 2016-06-02 19:32:49 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-03 00:02:26 +0200 |
commit | f3c714905b57415860495ee01745be898b84dc23 (patch) | |
tree | 247c2ba64f83dabeba012ccba049cebf1de4cd76 | |
parent | 81e263b918650ac47e85e1ba0712b177b7b0d41c (diff) | |
download | jenkins.debian.net-f3c714905b57415860495ee01745be898b84dc23.tar.xz |
lvc: reintroduce debug.log
-rwxr-xr-x | bin/lvc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ fi echo "Debug log available at runtime at https://jenkins.debian.net/view/lvc/job/$JOB_NAME/ws/results/debug.log" -/srv/jenkins/cucumber/bin/run_test_suite --capture-all --keep-snapshots --vnc-server-only --iso $IMAGE --tmpdir $PWD --old-iso $IMAGE -- --format pretty /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}" +/srv/jenkins/cucumber/bin/run_test_suite --capture-all --keep-snapshots --vnc-server-only --iso $IMAGE --tmpdir $PWD --old-iso $IMAGE -- --format pretty --format pretty_debug --out $PWD/results/debug.log /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}" cleanup_all |