summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-05-16 15:55:47 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-05-16 15:55:47 -0700
commitdf5eb64deac79e3c8f06ef295ffbe75c3f76690c (patch)
tree27b0deadd1618ee907ad03edbd8b19c80bc1a54a /QMTest
parenta4127e5a24e09aa8d17d6b036e1fa69c7a4d69f2 (diff)
downloadscons-df5eb64deac79e3c8f06ef295ffbe75c3f76690c.tar.gz
PY2/3 Undo debugging change to universal_newlines in Popen call
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestCmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py
index 4b025d67..ff0e0c5e 100644
--- a/QMTest/TestCmd.py
+++ b/QMTest/TestCmd.py
@@ -1375,7 +1375,7 @@ class TestCmd(object):
stdin=stdin,
stdout=subprocess.PIPE,
stderr=stderr_value,
- universal_newlines=False)
+ universal_newlines=universal_newlines)
self.process = p
return p