Correct pytest/test_grammar.py for new regime

This commit is contained in:
rocky
2021-10-21 02:20:57 -04:00
parent 41314f95bb
commit f2750cff50
2 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ COVER_DIR=../tmp/grammar-cover
# Run short tests
check-short:
@$(PYTHON) -V && PYTHON_VERSION=`$(PYTHON) -V 2>&1 | cut -d ' ' -f 2 | cut -d'.' -f1,2` | head -1; \
$(MAKE) check-bytecode-$${PYTHON_VERSION}
$(MAKE) check-bytecode-${PYTHON_VERSION}
# Run all tests
check: