Back off --verify for --weak-verify

This commit is contained in:
rocky
2017-11-12 21:26:57 -05:00
parent 81669ad7e7
commit 55f12e36b7

View File

@@ -154,7 +154,7 @@ check-bytecode-3.6:
#: short tests for bytecodes only for this version of Python
check-native-short:
$(PYTHON) test_pythonlib.py --bytecode-$(PYTHON_VERSION) --verify $(COMPILE)
$(PYTHON) test_pythonlib.py --bytecode-$(PYTHON_VERSION) --weak-verify $(COMPILE)
#: Run longer Python 2.6's lib files known to be okay
check-2.6-ok: