diff options
author | Philip Hands <phil@hands.com> | 2016-05-21 00:00:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-21 11:33:25 +0200 |
commit | 9a4d8fb735f98757f8250ee4d94b3a75b1d1d8c1 (patch) | |
tree | 3b69153468c565f7f0112255da5df9eda8dd95b6 /bin | |
parent | cdc46010d9fc51ac4816c68f0af380b97fa9eaed (diff) | |
download | jenkins.debian.net-9a4d8fb735f98757f8250ee4d94b3a75b1d1d8c1.tar.xz |
lvc: get rid of --keep-snapshots for now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lvc.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -104,7 +104,9 @@ else fetch_if_newer "$INITRD" "$URL/$INITRD" fi -/srv/jenkins/cucumber/bin/run_test_suite --vnc-server-only --capture-all --keep-snapshots --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 "${@}" +# --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 + +/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) if [ -e "$LAST_SCREENSHOT" ] ; then |