nightlybuild.sh: don't check anymore the service sendmail on PLE box
authoramine <amine@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 12 Nov 2007 11:40:43 +0000 (11:40 +0000)
committeramine <amine@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 12 Nov 2007 11:40:43 +0000 (11:40 +0000)
scripts/nightly-build.sh

index 6af26a4..9fd29e3 100755 (executable)
@@ -12,13 +12,11 @@ SVNPATH="svn+ssh://build@svn.one-lab.org/svn/build/trunk"
 DISTRO=onelab
 MAILTO="onelab-build@one-lab.org"
 PLDISTROTAGS=onelab-tags.mk
-PLEBOX=root@planet-lab.eu
 TESTBUILDURL="http://build.one-lab.org/"
 TESTBOX=onelab-test.inria.fr
 TESTBOXSSH=root@onelab-test.inria.fr
 TESTSVNPATH="svn+ssh://build@svn.one-lab.org/svn/new_plc_api/trunk/plctest"
 TESTSCRIPT=TestMain.py
-TESTSEND=TestSendMail
 ####################
 # plc chroot runs in UTC
 DATE=$(date -u +'%Y.%m.%d')
@@ -112,9 +110,7 @@ function runtest () {
     set -e
     trap failure ERR INT
 
-    echo -n"==============================> testing the sendmail service on PLE"
-    #under the chroot jail launch an ssh on ple and the script is run there
-    ssh ${PLEBOX} python -u /root/${TESTSEND} 
+     
 
     echo -n "============================== Starting $COMMAND:runtest on "
     date