summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 2b0ee52d7..580969cb9 100755
--- a/check.py
+++ b/check.py
@@ -511,7 +511,7 @@ def run_gcc_tests():
print('link: ', ' '.join(cmd))
subprocess.check_call(cmd)
print('run...', output_file)
- actual = subprocess.check_output([os.path.abspath(output_file)])
+ actual = subprocess.check_output([os.path.abspath(output_file)]).decode('utf-8')
os.remove(output_file)
if sys.platform == 'darwin':
# Also removes debug directory produced on Mac OS