From: thierry Date: Fri, 9 Nov 2007 20:27:00 +0000 (+0000) Subject: disable test again X-Git-Tag: foo~397 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99dbf3c9ef5851e1c62d5fe1cf8aafe3d1e8b9a6;p=infrastructure.git disable test again --- diff --git a/scripts/nightly-build-vserver.sh b/scripts/nightly-build-vserver.sh index 5b995e5..66025c8 100755 --- a/scripts/nightly-build-vserver.sh +++ b/scripts/nightly-build-vserver.sh @@ -258,10 +258,13 @@ function main () { touch /build-ok fi - if [ -n "$DO_TEST" ] ; then - runtest - fi - +# todo : +# ssh is missing in the vserver +# and in any case the way it's done now, the stuff gets published AFTER the test is run +# if [ -n "$DO_TEST" ] ; then +# runtest +# fi + success fi