Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jun 27, 2024
1 parent b489c5b commit 2777c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/molecule/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}."
Expand Down

0 comments on commit 2777c93

Please sign in to comment.