From c2b1fdb225f89e8289cbfa36ef00350ea1e7522a Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 24 Apr 2023 09:02:18 +0200 Subject: [PATCH] Fix missing option in the command usage documentation --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index a24193a..a74423d 100644 --- a/TESTING.md +++ b/TESTING.md @@ -127,7 +127,7 @@ test will recreate those containers so no need to kill it. Add any value to acti make ansible="stable-2.12" db_engine_name="mysql" db_engine_version="5.7.40" python="3.8" connector_name="pymysql" connector_version="0.7.11" # A single target -make ansible="stable-2.14" db_engine_name="mysql" db_engine_version="5.7.40" python="3.8" connector_name="pymysql" connector_version="0.7.11" +make ansible="stable-2.14" db_engine_name="mysql" db_engine_version="5.7.40" python="3.8" connector_name="pymysql" connector_version="0.7.11" target="test_mysql_info" # Keep databases and ansible tests containers alives # A single target and continue on errors