1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix example validation path

This commit is contained in:
checktheroads
2020-02-16 19:20:49 -07:00
parent b997a3f41a
commit e753a256ce

View File

@ -12,7 +12,7 @@ function isort_all () {
}
function validate_examples () {
python3 ./tests/validate_examples.py
python3 .tests/validate_examples.py
if [[! $? == 0]]; then
exit 1
fi