##// END OF EJS Templates
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
Codified instructions from RUNNING_TESTS as rake tasks for convenience Rake tasks are in testing.rake and can be run by `rake test:scm:setup:<scm>` Updated RUNNING_TESTS Contributed by Gerrit Kaiser git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2260 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2258:17d455c72f4d
r2258:17d455c72f4d
Show More
RUNNING_TESTS
16 lines | 449 B | text/plain | TextLexer
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222 Running Tests
=============
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Run `rake --tasks test` to see available tests.
`rake test` will run the entire testsuite.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Creating test repositories
===================
Redmine supports a wide array of different version control systems.
To test the support, a test repository needs to be created for each of those.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Run `rake --tasks test:scm:setup` for a list of available test-repositories or
run `rake test:scm:setup:all` to set up all of them
Eric Davis
Slight non-code change to test git sync...
r1918