From 690d4110803d0548aa6aabb31d606404f4b5c7f0 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sat, 27 Feb 2016 15:36:55 +0100 Subject: [PATCH] Fix bug in timeout argument --- example/diameter/launcher/resources/scripts/tinyTestcase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1