Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
128f9344
Commit
128f9344
authored
Mar 30, 2011
by
Rogério Carvalho Schneider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
steps for testing
parent
882cffb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
README
test/README
+20
-5
No files found.
test/README
View file @
128f9344
To run these tests is needed to install some gems
Basic requirements
ruby >= 1.8.7
rubygems >= 1.6.2
gem install bundler
To run this tests you need to install some gems
You can install with bundler (bundler is required to be installed before)
bundle install
...
...
@@ -6,3 +11,13 @@ or individually
gem install --remote --include-dependencies POpen4 -v 0.1.4
gem install --remote --include-dependencies em-http-request -v 0.2.14
gem install --remote --include-dependencies json -v 1.4.3
Some more steps are needed once you have built and/or installed Nginx
Choose nginx binary to run tests against
export NGINX_EXEC="/usr/local/nginx/sbin/nginx"
export NGINX_EXEC="../build/nginx-0.7.68/objs/nginx"
export NGINX_EXEC="../build/nginx-0.8.54/objs/nginx"
Then issue
ruby suite.rb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment