From 2777c9302b3e34601d96cdebfb5a6b210ba4dc92 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Thu, 27 Jun 2024 14:31:06 +0200 Subject: [PATCH] fixup --- ansible/molecule/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/molecule/common.sh b/ansible/molecule/common.sh index 730ea64..e7fe215 100755 --- a/ansible/molecule/common.sh +++ b/ansible/molecule/common.sh @@ -94,7 +94,7 @@ printScenariosThatFailed() { configMolForParralelRuns() { echo 'DEBUG>>>> ENTERING configMolForParralelRuns' - if [ -z "${MOLECULE_RUN_SCENARIOS_IN_PARRALEL}" ]; then + if [ -n "${MOLECULE_RUN_SCENARIOS_IN_PARRALEL}" ]; then echo 'DEBUG>>> PARRALEL MODE' if [ -e "${MOLECULE_CONFIG_FILE}" ] ; then echo "Molecule configuration file already exists: ${MOLECULE_CONFIG_FILE}."