From: Holger Levsen Date: Wed, 3 Apr 2013 08:18:50 +0000 (+0200) Subject: fixup linebreak in fcca1aa77828576af1ad2e76fc4d061866500efb X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4d9c9fb5453f9b6daf6ce528bde0380d9c0385c5;p=profitbricks%2Fjenkins-build-scripts.git fixup linebreak in fcca1aa77828576af1ad2e76fc4d061866500efb --- diff --git a/liveboot_gw_autotest.sh b/liveboot_gw_autotest.sh index ab9800f..516f4d8 100755 --- a/liveboot_gw_autotest.sh +++ b/liveboot_gw_autotest.sh @@ -72,9 +72,7 @@ $(dirname $0)/liveboot_testlink_create_build.sh \ # # call autotest suite w/ testlink connector info ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./compile.sh" -ssh -t -A $CORE_ROUTER "cd /opt/autotest ; java -ea -jar dist/lib/AutoTest.jar ---testlink='Profitbricks,R&I Liveboot Approval -Autotest,liveboot-${LIVEBOOT_BUILD_NUMBER},R&I HW Test Bed'" +ssh -t -A $CORE_ROUTER "cd /opt/autotest ; java -ea -jar dist/lib/AutoTest.jar --testlink='Profitbricks,R&I Liveboot Approval Autotest,liveboot-${LIVEBOOT_BUILD_NUMBER},R&I HW Test Bed'" # no testlink support in vcb tests yet ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --vcb=true --tracepjds"