Ensure lexer/parser table module is current

Ensure lexer/parser table module is current before running any tests.
This commit is contained in:
Kurtis Rader 2015-11-12 17:51:06 -08:00
parent 27132bb999
commit 333468d719

1
scripts/run_tests.sh Normal file → Executable file
View file

@ -2,6 +2,7 @@
#
# Run all the nosetests or just the ones relevant for the edited files.
#
make build-tables # ensure lexer/parser table module is up to date
if [[ $1 == "-e" ]]; then
tmp_file=$(mktemp /tmp/nose_tests_XXXXXX)
git status -s |