make autobahn start_server.sh executable
from: ./scripts/start_server.sh to : chmod +x ./scripts/start_server.sh
This commit is contained in:
parent
4de768910b
commit
888ec6f089
|
@ -215,6 +215,7 @@ jobs:
|
|||
source autobahn/bin/activate
|
||||
pip install autobahntestsuite
|
||||
cd nim-ws
|
||||
chmod +x ./scripts/start_server.sh
|
||||
./scripts/start_server.sh
|
||||
cd autobahn
|
||||
wstest --mode fuzzingclient --spec fuzzingclient.json
|
||||
|
|
Loading…
Reference in New Issue