From 79b76064cbcc6a55c77538ec094ee9cdd4f68a2c Mon Sep 17 00:00:00 2001 From: George Milescu Date: Mon, 16 Aug 2010 17:25:28 +0200 Subject: [PATCH] Fixed a bug in the up-down log file check Signed-off-by: George Milescu --- ControlScripts/run_scenario.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1