From: George Milescu Date: Mon, 16 Aug 2010 15:25:28 +0000 (+0200) Subject: Fixed a bug in the up-down log file check X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=79b76064cbcc6a55c77538ec094ee9cdd4f68a2c;p=p2p-testing-infrastructure.git Fixed a bug in the up-down log file check Signed-off-by: George Milescu --- diff --git a/ControlScripts/run_scenario.sh b/ControlScripts/run_scenario.sh index 7c204e9..be19a10 100755 --- a/ControlScripts/run_scenario.sh +++ b/ControlScripts/run_scenario.sh @@ -257,7 +257,7 @@ scenario_parse() { done < $TMP_FILE unset IFS - if ls -lR | grep "\.updown" &> /dev/null; then + if ls -lR $SCENARIO_RESULTS_FOLDER | grep "\.updown" &> /dev/null; then # There are .updown log files echo " *** Parsing peer-conection up/down files" if ! ./parse_up_down_log.sh $SCENARIO_RESULTS_FOLDER; then