Skip to content

Commit

Permalink
Merge pull request #232 from lathiat/main
Browse files Browse the repository at this point in the history
charm func test runner: fix broken target list
  • Loading branch information
dosaboy authored Sep 11, 2024
2 parents 4f85c0f + 700cb46 commit 369cc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ if [[ -n $FUNC_TEST_TARGET ]]; then
func_targets[$FUNC_TEST_TARGET]=null
else
for target in $(python3 $TOOLS_PATH/identify_charm_func_tests.py); do
func_targets[target]=null
func_targets[$target]=null
done
fi

Expand Down

0 comments on commit 369cc30

Please sign in to comment.