summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-02 19:32:49 +0200
committerPhilip Hands <phil@hands.com>2016-06-03 00:02:26 +0200
commitf3c714905b57415860495ee01745be898b84dc23 (patch)
tree247c2ba64f83dabeba012ccba049cebf1de4cd76 /bin
parent81e263b918650ac47e85e1ba0712b177b7b0d41c (diff)
downloadjenkins.debian.net-f3c714905b57415860495ee01745be898b84dc23.tar.xz
lvc: reintroduce debug.log
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lvc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lvc.sh b/bin/lvc.sh
index 6f801e65..004aefed 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -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