From 3bf867ae45ac2dc641c7f0b7833eb518d38b79c0 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 21 Feb 2023 11:06:54 +0100 Subject: [PATCH] Document usage of continue_on_errors --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 829b61e..696bd92 100644 --- a/TESTING.md +++ b/TESTING.md @@ -50,7 +50,7 @@ make ansible="stable-2.14" db_engine_version="mysql:5.7.40" python="3.8" connect # Keep databases and ansible tests containers alives # A single target -make ansible="stable-2.14" db_engine_version="mysql:5.7.40" python="3.8" connector="pymysql==0.7.10" docker_image="ghcr.io/community.mysql/test-container-my80-py39-mysqlclient203:latest" target="test_mysql_db" keep_containers_alive=1 +make ansible="stable-2.14" db_engine_version="mysql:5.7.40" python="3.8" connector="pymysql==0.7.10" docker_image="ghcr.io/community.mysql/test-container-my80-py39-mysqlclient203:latest" target="test_mysql_db" keep_containers_alive=1 continue_on_errors=1 # Rerun tests after using `keep_containers_alive=1` podman stop -a; podman rm -a; make ansible="stable-2.14" db_engine_version="mysql:5.7.40" python="3.8" connector="pymysql==0.7.10" docker_image="ghcr.io/community.mysql/test-container-my80-py39-mysqlclient203:latest" target="test_mysql_db" keep_containers_alive=1