mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Ensure lexer/parser table module is current
Ensure lexer/parser table module is current before running any tests.
This commit is contained in:
parent
27132bb999
commit
333468d719
1 changed files with 1 additions and 0 deletions
1
scripts/run_tests.sh
Normal file → Executable file
1
scripts/run_tests.sh
Normal file → Executable file
|
@ -2,6 +2,7 @@
|
||||||
#
|
#
|
||||||
# Run all the nosetests or just the ones relevant for the edited files.
|
# 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
|
if [[ $1 == "-e" ]]; then
|
||||||
tmp_file=$(mktemp /tmp/nose_tests_XXXXXX)
|
tmp_file=$(mktemp /tmp/nose_tests_XXXXXX)
|
||||||
git status -s |
|
git status -s |
|
||||||
|
|
Loading…
Add table
Reference in a new issue