We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741e9d4 commit 8c23ed4Copy full SHA for 8c23ed4
1 file changed
run-tests.py
@@ -11,7 +11,7 @@ def cleanup(out):
11
continue
12
s = "".join(s.split())
13
ret = ret + '\n' + s
14
- return ret
+ return ret.strip()
15
16
commands = []
17
0 commit comments