From: Thierry Parmentelat Date: Mon, 31 Mar 2008 10:15:28 +0000 (+0000) Subject: syntax error X-Git-Tag: 4.2-rc2~76 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2861a3bb93450d032f00ca3a40d1808f049444a1;p=build.git syntax error --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index ab7abc9f..fd440724 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -177,7 +177,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 vtest-init-vserver.sh - ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/runtest --build ${SVNPATH} --url ${url} --config "%{TESTCONFIG}" --all + ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/runtest --build ${SVNPATH} --url ${url} --config "${TESTCONFIG}" --all if [ "$?" != 0 ] ; then failure