You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/07/25 18:15:10 UTC

svn commit: r425443 - /lenya/zone/bin/nightly-trunk.sh

Author: thorsten
Date: Tue Jul 25 09:15:09 2006
New Revision: 425443

URL: http://svn.apache.org/viewvc?rev=425443&view=rev
Log:
Removing exit -1 for the tests (the message still will be send.
Further changed the message when test fails.

Modified:
    lenya/zone/bin/nightly-trunk.sh

Modified: lenya/zone/bin/nightly-trunk.sh
URL: http://svn.apache.org/viewvc/lenya/zone/bin/nightly-trunk.sh?rev=425443&r1=425442&r2=425443&view=diff
==============================================================================
--- lenya/zone/bin/nightly-trunk.sh (original)
+++ lenya/zone/bin/nightly-trunk.sh Tue Jul 25 09:15:09 2006
@@ -91,9 +91,8 @@
  echo "statusCheck=$check" >> $logfile
  if [ -n "$check" ]; then
    subject="[lenya.trunk.update] lenya-trunk tests failed"
-   message="Please resolve possible conflicts by hand login into the zone server and looking at  /export/home/lenya/src/lenya-trunk"
+   message="Please help to fix the tests. ATM most of them fail because they are empty."
    sendMsg "$subject" "$weblog" "$message"
-   exit 1
  fi
 echo "#starting" >> $logfile 2>&1
 ./lenya.sh servlet >> $logfile 2>&1 &



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org