From b934315962014825a9fbfb26dd19611d1dacdeee Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 7 Jan 2023 02:00:19 -0500 Subject: [PATCH] [ADD] makefile: comment debug command to run_parallel_test.py --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5fbb99a..ba74a55 100644 --- a/Makefile +++ b/Makefile @@ -595,6 +595,7 @@ test_full_fast: ./script/make.sh clean # Need to create a BD to create cache _cache_erplibre_base ./script/database/db_restore.py --database test + #./script/test/run_parallel_test.py --keep_cache ./script/test/run_parallel_test.py # TODO This test is broken in parallel ./script/make.sh test_code_generator_hello_world