]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot_gw_autotest.sh: mostly stylistic changes
authorHolger Levsen <holger@layer-acht.org>
Tue, 2 Apr 2013 12:55:51 +0000 (14:55 +0200)
committerHolger Levsen <holger@layer-acht.org>
Tue, 2 Apr 2013 12:55:51 +0000 (14:55 +0200)
liveboot_gw_autotest.sh

index eec743ee32493696617e50652f64b44efbda0ccd..ffd2faa29563b5a59aaae0a532b65d533d38fc25 100755 (executable)
@@ -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"