From 605588ca60082cdcca0ac43550bb9aa4c54e924c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 19 Dec 2007 16:08:08 +0000 Subject: [PATCH] new TestMain.py needs -a --- vbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0