Olivia5k / piper

Build system that builds and very little more
http://thiderman.org/piper/
MIT License
5 stars 0 forks source link

sh output seems to have an extra newline #39

Closed Olivia5k closed 9 years ago

Olivia5k commented 9 years ago
[...]
[2015-06-01 08:49:08.997088]  INFO Build 984472c: test (2/3): tox: GLOB sdist-make: /home/thiderman/git/piper/setup.py

[2015-06-01 08:49:09.616746]  INFO Build 984472c: test (2/3): tox: py34 inst-nodeps: /home/thiderman/git/piper/.tox/dist/piper-0.0.1.zip

[2015-06-01 08:49:11.105413]  INFO Build 984472c: test (2/3): tox: py34 runtests: PYTHONHASHSEED='3712819112'

[2015-06-01 08:49:11.106190]  INFO Build 984472c: test (2/3): tox: py34 runtests: commands[0] | python setup.py test

[2015-06-01 08:49:11.283655]  INFO Build 984472c: test (2/3): tox: running test
[...]

I think there is a need for a .strip() or something somewhere.