silly me
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 9 Apr 2008 17:25:30 +0000 (17:25 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 9 Apr 2008 17:25:30 +0000 (17:25 +0000)
vbuild-nightly.sh

index b80a248..c560460 100755 (executable)
@@ -112,7 +112,7 @@ function success () {
     mkdir -p ${WEBPATH}
     cp $LOG ${WEBLOG}
     summary $LOG >> ${WEBLOG}
-    if [ -n "DO_TEST" ] ; then
+    if [ -n "$DO_TEST" ] ; then
        echo "Successfully built and tested - see testlogs for details" > ${WEBLOG}.pass
        rm -f ${WEBLOG}.ok
     else