From: Razvan Deaconescu Date: Tue, 3 Aug 2010 20:20:28 +0000 (+0300) Subject: ControlFiles: fix parse script - proper name is parse_client.log.sh X-Git-Tag: schedule-scenario~6 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=5730d8cdaf1be421094120e70d89af59d6a3631b;p=p2p-testing-infrastructure.git ControlFiles: fix parse script - proper name is parse_client.log.sh --- diff --git a/ControlScripts/run_scenario.sh b/ControlScripts/run_scenario.sh index 21da493..5dc6aec 100755 --- a/ControlScripts/run_scenario.sh +++ b/ControlScripts/run_scenario.sh @@ -188,7 +188,7 @@ scenario_parse() { echo " with hostname $REMOTE_HOSTNAME" - if ! ./parse_log.sh ${CLIENT_TYPE} $SCENARIO_RESULTS_FOLDER ${REMOTE_HOSTNAME}.log; then + if ! ./parse_client_log.sh ${CLIENT_TYPE} $SCENARIO_RESULTS_FOLDER ${REMOTE_HOSTNAME}.log; then echo "Error parsing file $SCENARIO_RESULTS_FOLDER/${REMOTE_HOSTNAME}.log" exit 1 fi