Fixed # open file bug
This commit is contained in:
parent
e27ab9891b
commit
5c5091f723
5
Makefile
5
Makefile
@ -5,9 +5,8 @@ cover:
|
|||||||
phpunit --coverage-text --coverage-html=reports/coverage
|
phpunit --coverage-text --coverage-html=reports/coverage
|
||||||
|
|
||||||
abtests:
|
abtests:
|
||||||
ulimit -n 2048
|
ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php &
|
||||||
php tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php &
|
ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-stream.php &
|
||||||
php tests/AutobahnTestSuite/bin/fuzzingserver-stream.php &
|
|
||||||
wstest -m testeeserver -w ws://localhost:8002 &
|
wstest -m testeeserver -w ws://localhost:8002 &
|
||||||
wstest -m fuzzingclient -s tests/AutobahnTestSuite/fuzzingclient-all.json
|
wstest -m fuzzingclient -s tests/AutobahnTestSuite/fuzzingclient-all.json
|
||||||
killall php
|
killall php
|
||||||
|
Loading…
Reference in New Issue
Block a user