mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Typo >_>
This commit is contained in:
parent
4aee9832db
commit
1a204c6593
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue