We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4634ab commit a313679Copy full SHA for a313679
src/runner.sh
@@ -83,7 +83,8 @@ function runner::call_test_functions() {
83
runner::run_test "$function_name" "$data"
84
done
85
else
86
- local multi_invoker=$(helper::get_multi_invoker_function "$function_name" "$script")
+ local multi_invoker
87
+ multi_invoker=$(helper::get_multi_invoker_function "$function_name" "$script")
88
if [[ -n "${multi_invoker}" ]]; then
89
helper::execute_function_if_exists "${multi_invoker}"
90
0 commit comments