tests: Set umask to avoid unexpected issues with hostapd sockets
buildbot seems to be running with more limited umask by default and that prevented the hostapd per-interface socket from being accessed. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8bc0799b93
commit
fcbccf1aae
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
errors=0
|
errors=0
|
||||||
|
umask 0002
|
||||||
./start-p2p.sh
|
./start-p2p.sh
|
||||||
./run-p2p-tests.py || errors=1
|
./run-p2p-tests.py || errors=1
|
||||||
./start-ap.sh
|
./start-ap.sh
|
||||||
|
|
Loading…
Reference in a new issue