diff --git a/lib/tests_coordination.sh b/lib/tests_coordination.sh index 780e8c0..809088c 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -31,7 +31,7 @@ run_all_tests() { fi tests_toml="$package_path/tests.toml" - if [ -e "$tests_toml"] + if [ -e "$tests_toml" ] then python3 "./lib/parse_tests_toml.py" "$package_path" "$TEST_CONTEXT" else