Fixed # open file bug

This commit is contained in:
Chris Boden 2012-07-14 17:16:45 -04:00
parent e27ab9891b
commit 5c5091f723

View File

@ -5,9 +5,8 @@ cover:
phpunit --coverage-text --coverage-html=reports/coverage
abtests:
ulimit -n 2048
php tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php &
php tests/AutobahnTestSuite/bin/fuzzingserver-stream.php &
ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php &
ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-stream.php &
wstest -m testeeserver -w ws://localhost:8002 &
wstest -m fuzzingclient -s tests/AutobahnTestSuite/fuzzingclient-all.json
killall php