We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e3
1 parent abbdd3c commit cab4204Copy full SHA for cab4204
Makefile
@@ -160,7 +160,7 @@ vscode-package:
160
check: all
161
set -e; \
162
export PYTHON=$(PYTHON); \
163
- if [ `$(PYTHON) -c "import sys;print('e3' in sys.modules)"` = "True" ]; then\
+ if [ `$(PYTHON) -c "import e3,sys;print('e3' in sys.modules)"` = "True" ]; then\
164
(cd testsuite ; sh run.sh $(test)) ; \
165
else \
166
for a in testsuite/*_lsp/*/*.json; do \
0 commit comments