From: Holger Levsen Date: Tue, 2 Apr 2013 12:55:51 +0000 (+0200) Subject: liveboot_gw_autotest.sh: mostly stylistic changes X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=05b3c7437af7921f19a6fb58387774577afd1eaa;p=profitbricks%2Fjenkins-build-scripts.git liveboot_gw_autotest.sh: mostly stylistic changes --- diff --git a/liveboot_gw_autotest.sh b/liveboot_gw_autotest.sh index eec743e..ffd2faa 100755 --- a/liveboot_gw_autotest.sh +++ b/liveboot_gw_autotest.sh @@ -63,20 +63,15 @@ ssh -t $CORE_ROUTER "cd /opt/autotest ; git checkout master" # # Generate TestLink Build # -./liveboot_testlink_create_build.sh \ +$(dirname $0)/liveboot_testlink_create_build.sh \ "liveboot-${LIVEBOOT_BUILD_NUMBER}" \ "Auto-generated by Jenkins on $(date --rfc-3339=seconds)" # # run autotests # -#ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --config config-jenkins.xml" - # call autotest suite w/ testlink connector info -ssh -t -A $CORE_ROUTER "cd /opt/autotest ; \ - ./run-compile.sh \ - --testlink='Profitbricks','R&I Liveboot Approval Autotest','liveboot-${LIVEBOOT_BUILD_NUMBER}'" - +ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --testlink='Profitbricks','R&I Liveboot Approval Autotest','liveboot-${LIVEBOOT_BUILD_NUMBER}'" # no testlink support in vcb tests yet ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --vcb=true --tracepjds"