]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Stop test run on NOTE command failure
authorJouni Malinen <j@w1.fi>
Sun, 20 Oct 2013 16:14:41 +0000 (19:14 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 20 Oct 2013 18:38:02 +0000 (21:38 +0300)
commitd93a2407312ea354ad0a503865f11fb6a93127f5
tree99cbb103a9a51ccbe0e9eb8674e287fa964ec183
parent73b54d63fc883cebdf2def7d088332a2e103eb55
tests: Stop test run on NOTE command failure

There is no point trying to go through a test case if the NOTE command
to write TEST-START entry does not succeed. This avoids some excessive
waits on buildbot trying to forcefully kill the programs on its timeout
if wpa_supplicant gets stuck waiting for something (like the current
issue with libnl events and commands having a chance of hitting a
blocking wait on netlink messages).

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