- Change of tolerance for EPW tests
- Debug of testcode.py:
Popen.wait() creates deadlock if the data is too large
My workaround is to attach stdin to a null device and then
to append the lines to a tuple.
Then to convert the tuple into strings.
This way we avoid OS buffer size limit of the pipe.
The buffer for pipe cannot be changed (max 64).
Better solution is welcome.
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12604 c92efa57-630b-4861-b058-cf58834340f0