summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-21 14:47:55 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-21 14:47:55 +0200
commitcb591e89bdb00538959d61bffe5caa967af4f8a5 (patch)
treedcab38de06cf534348135b9d2ef440558f572a0e /bin
parent0d26236c597fce52b3a251ea50029848677831b7 (diff)
downloadjenkins.debian.net-cb591e89bdb00538959d61bffe5caa967af4f8a5.tar.xz
lvc: give pointer to debug log
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lvc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/lvc.sh b/bin/lvc.sh
index a9452da7..06d9cd84 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -106,6 +106,8 @@ fi
# --keep-snapshots -- keeps the VM snapshots -- let's make life simple and not do that until we're using them to pass on state to the next jenkins job
+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 --vnc-server-only --capture-all --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 "${@}"
LAST_SCREENSHOT=$(ls -t1 results/*.png | head -1)