From b3014774b559b19471b519ca407173f6dbca6e2d Mon Sep 17 00:00:00 2001 From: amine Date: Mon, 12 Nov 2007 11:40:43 +0000 Subject: [PATCH] nightlybuild.sh: don't check anymore the service sendmail on PLE box --- scripts/nightly-build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/nightly-build.sh b/scripts/nightly-build.sh index 6af26a4..9fd29e3 100755 --- a/scripts/nightly-build.sh +++ b/scripts/nightly-build.sh @@ -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 -- 2.47.0