]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use logger.info() instead of print to get one stream
authorJouni Malinen <j@w1.fi>
Sat, 24 Aug 2013 16:48:04 +0000 (19:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 24 Aug 2013 16:48:04 +0000 (19:48 +0300)
commit3ed2814a1e6e3379c781e8fdd1a3fc7006ec6cf0
tree59400e8652496a86214ce2d320c46acf5faea3a9
parent4896ddaea1a2cde405e21c4ba7827f91bdbfda17
tests: Use logger.info() instead of print to get one stream

print and logger.info() were directing output to different locations
(stdout and stderr, respectively) which resulted in buildbot showing
reordered entries. Use logger consistently to avoid that.

Signed-hostap: Jouni Malinen <j@w1.fi>
tests/hwsim/hwsim_utils.py
tests/hwsim/run-tests.py