From: Eduardo Ramos Testillano Date: Sat, 27 Feb 2016 14:36:55 +0000 (+0100) Subject: Fix bug in timeout argument X-Git-Tag: REFACTORING_TESTING_LIBRARY~28 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=690d4110803d0548aa6aabb31d606404f4b5c7f0 Fix bug in timeout argument --- diff --git a/example/diameter/launcher/resources/scripts/tinyTestcase.sh b/example/diameter/launcher/resources/scripts/tinyTestcase.sh index 59fb379..24046b1 100755 --- a/example/diameter/launcher/resources/scripts/tinyTestcase.sh +++ b/example/diameter/launcher/resources/scripts/tinyTestcase.sh @@ -178,7 +178,7 @@ mv .involved_frames_sort .involved_frames 0> $TESTCASE_BN # Optional timeout: -TIMEOUT_SEC=$3 +TIMEOUT_SEC=$2 [ -n "$TIMEOUT_SEC" ] && echo "test|1|timeout|$((TIMEOUT_SEC * 1000))" >> $TESTCASE_BN # Process frames: