From ce39d6d3f626c149a13a86fbb4ca77d0b7dd2624 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Wed, 12 Nov 2025 09:25:53 +0700 Subject: [PATCH] [generator] Add a suffix to the output dir Signed-off-by: Konstantin Pastbin --- tools/unix/maps/docker_maps_generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unix/maps/docker_maps_generator.sh b/tools/unix/maps/docker_maps_generator.sh index d0abc0b74..5939ebb98 100644 --- a/tools/unix/maps/docker_maps_generator.sh +++ b/tools/unix/maps/docker_maps_generator.sh @@ -48,7 +48,7 @@ echo "<$(date +%T)> Generating only specific maps [$MWMCOUNTRIES]..." else echo "<$(date +%T)> Generating maps..." -/tmp/venv/bin/python -m maps_generator --skip="MwmDiffs" +/tmp/venv/bin/python -m maps_generator --skip="MwmDiffs" -s="test" fi fi