summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-02 11:33:16 +0200
committerPhilip Hands <phil@hands.com>2016-06-03 00:02:26 +0200
commit0a2f27ecf5ff28d6e3751d00f0d85d31666111bb (patch)
treea8344b2f9a2443c2d04ab4afa1003bc0988c704f /bin
parent88ae25368fc998a1c43e4b4c57537da1a47d97bf (diff)
downloadjenkins.debian.net-0a2f27ecf5ff28d6e3751d00f0d85d31666111bb.tar.xz
lvc: resume capturing video, now we're on pb10
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 a88d09a2..902ace00 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -117,7 +117,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 --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 --vnc-server-only --iso $IMAGE --tmpdir $PWD --old-iso $IMAGE -- --format pretty /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}"
cleanup_all