run validate.py from the base directory

This commit is contained in:
Mike Dirolf 2009-01-27 13:41:39 -05:00
parent 3d86405da1
commit adb7a06354

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
python validate.py $1 $2
pushd .. > /dev/null
python "tools/validate.py" $1 $2
popd > /dev/null