Commit 67a353cb authored by Stefan Behnel's avatar Stefan Behnel

Remove "PYTHONHOME" setting from embed-test since it seems to break the I/O...

Remove "PYTHONHOME" setting from embed-test since it seems to break the I/O encoding setup in (at least) Py3.8+ venvs.
parent 642f2059
......@@ -49,5 +49,5 @@ clean:
@rm -f *~ *.o *.so core core.* *.c embedded test.output
test: clean all
PYTHONHOME=$(PYPREFIX) LD_LIBRARY_PATH=$(LIBDIR1):$$LD_LIBRARY_PATH ./embedded > test.output
LD_LIBRARY_PATH=$(LIBDIR1):$$LD_LIBRARY_PATH ./embedded > test.output
$(PYTHON) assert_equal.py embedded.output test.output
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment