From: Thierry Parmentelat Date: Wed, 19 Dec 2007 16:08:08 +0000 (+0000) Subject: new TestMain.py needs -a X-Git-Tag: 4.2-rc2~320 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=605588ca60082cdcca0ac43550bb9aa4c54e924c;p=build.git new TestMain.py needs -a --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 297da87e..14c7ff4f 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -157,7 +157,7 @@ function runtest () { # check it out ssh ${TESTBOXSSH} svn co ${TESTSVNPATH} ${testdir} # invoke test on testbox - pass url and build url - so the tests can use myplc-init-vserver.sh - ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/${TESTSCRIPT} --build ${SVNPATH} --url ${url} + ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/${TESTSCRIPT} --build ${SVNPATH} --url ${url} --all # still missing - need to populate /var/www/html/install-rpms on the myplc if [ "$?" != 0 ] ; then