137dd8d1f5
subprocess.Popen needs universal_newlines=True parameter to open the file in text mode instead of binary mode. With this fix readline() returns str instead of bytes. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu