Pass byte strings straight through LogPrinter

This commit is contained in:
Aanand Prasad 2014-06-18 14:50:57 +01:00
commit d0b5bcf26a
3 changed files with 63 additions and 5 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
nosetests $@
PYTHONIOENCODING=ascii nosetests $@