From 1b094261a1654c1f73b9ceb12f58dd6e75a830c8 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Wed, 19 Jan 2022 14:27:31 +0100 Subject: [PATCH] Copy orig. scenario of test simple scenario script --- scripts/test_simple_scenarios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_simple_scenarios.sh b/scripts/test_simple_scenarios.sh index 2007bed..df5de4f 100644 --- a/scripts/test_simple_scenarios.sh +++ b/scripts/test_simple_scenarios.sh @@ -38,6 +38,7 @@ cnt=0 while [ $cnt -lt $count ] do python3 ../scripts/generate_simple_json_scenario.py > t + cp t ${results}_t/t_$cnt rcnt=0 while [ $rcnt -lt $rcount ] do @@ -48,6 +49,5 @@ do done rcnt=$(($rcnt + 1)) done - mv t ${results}_t/t_$cnt cnt=$(( $cnt + 1 )) done -- 2.39.2