summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-29 20:40:09 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-29 20:53:45 +0200
commit409be7e1427f7b11ec58c647113b784f16940556 (patch)
treeff6671e346eb974823abfc7b904f8fc99043ec55 /bin
parent08ac8f8e8d2ec1eb91374af63bfa9a8fc7a2057e (diff)
downloadjenkins.debian.net-409be7e1427f7b11ec58c647113b784f16940556.tar.xz
lvc: temporarily drop pretty_debug, because pb10 chokes on it
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 dd252085..a88d09a2 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 --format pretty_debug --out $PWD/results/debug.log /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}"
+/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 "${@}"
cleanup_all