From 7020130665316365c288d0960fc288faa8f5bdf7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 10 Jan 2018 02:37:39 +0100 Subject: [PATCH] [test] Minor --- test/shaping/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 56b4d7789..b3f5ffcd9 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -9,7 +9,7 @@ def cmd(command): command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) p.wait () print (p.stderr.read (), file=sys.stderr, end='') - return p.stdout.read ().decode ("utf-8"), p.returncode + return p.stdout.read ().decode ("utf-8").strip(), p.returncode args = sys.argv[1:]