This commit is contained in:
Alexandre Aubin 2023-01-17 01:40:35 +01:00
parent 4aee9832db
commit 1a204c6593

View file

@ -31,7 +31,7 @@ run_all_tests() {
fi fi
tests_toml="$package_path/tests.toml" tests_toml="$package_path/tests.toml"
if [ -e "$tests_toml"] if [ -e "$tests_toml" ]
then then
python3 "./lib/parse_tests_toml.py" "$package_path" "$TEST_CONTEXT" python3 "./lib/parse_tests_toml.py" "$package_path" "$TEST_CONTEXT"
else else