Run Python checks from test-all.sh

The Python style enforcements are easy to miss otherwise.
This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:12:36 -08:00
parent 130c4acf51
commit 4a0d8aaa3d
2 changed files with 6 additions and 9 deletions

View File

@@ -40,6 +40,9 @@ else
echo "If a newer version of rustfmt is available, update this script."
fi
banner "Python checks"
$topdir/lib/cretonne/meta/check.sh
PKGS="cretonne cretonne-reader cretonne-tools filecheck"
cd "$topdir"
for PKG in $PKGS