# HG changeset patch # User Omair Majid # Date 1442855560 14400 # Node ID 7797f050a3b01f638f6c73fee4121797fe24efc5 # Parent 99c45a7c04b1531083ceff8cfcbc6275a2e163a9 Fix make for-release to not rely on logging PR 2696 Reviewed-by: ebaron, jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-September/016313.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-November/016825.html diff -r 99c45a7c04b1 -r 7797f050a3b0 distribution/tools/verify-archetype-multimodule.sh --- a/distribution/tools/verify-archetype-multimodule.sh Mon Nov 09 16:10:27 2015 -0500 +++ b/distribution/tools/verify-archetype-multimodule.sh Mon Sep 21 13:12:40 2015 -0400 @@ -57,9 +57,9 @@ function launch_and_wait_for_web_storage() { - $THERMOSTAT_EXE -Tbg $WSS_PID web-storage-service > $WSS_OUTPUT 2>&1 + $THERMOSTAT_EXE -Tbg $WSS_PID -J-Dthermostat.agent.verbose=true web-storage-service > $WSS_OUTPUT 2>&1 TRIES=0 - while [[ ! -f $WSS_OUTPUT || ! `grep -e "Agent id:" < $WSS_OUTPUT` ]]; do + while [[ ! -f $WSS_OUTPUT || ! `grep -e "Agent started." < $WSS_OUTPUT` ]]; do # don't wait forever if [ $TRIES -ge 20 ]; then return 1