make autobahn start_server.sh executable

from:          ./scripts/start_server.sh
to  : chmod +x ./scripts/start_server.sh
This commit is contained in:
jangko 2021-05-21 15:58:45 +07:00
parent 4de768910b
commit 888ec6f089
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 0 deletions

View File

@ -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