new TestMain.py needs -a
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 19 Dec 2007 16:08:08 +0000 (16:08 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 19 Dec 2007 16:08:08 +0000 (16:08 +0000)
vbuild-nightly.sh

index 297da87..14c7ff4 100755 (executable)
@@ -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