gitolite/t
Sitaram Chamarty 876b554fb5 changes to custom command invocation etc.; see below
- 'post-compile' subdir moved under 'commands/' but only for
    sanity; has no real significance now

  - new, internal use only, gitolite command run-all, as in

        gitolite run-all POST_COMPILE

    which runs all the commands in @{ $rc{POST_COMPILE} } in sequence.
    You can sdo this for any section of course, though this is the only
    one in the rc right now.

    (Future candidates: PRE_GIT, POST_GIT, PRE_CREATE, POST_CREATE)
2012-03-24 10:30:43 +05:30
..
keys ssh-basic tests (and that's all we will ever do; see below) 2012-03-24 10:30:42 +05:30
access.t (!!) neat little 'access' command... 2012-03-24 10:30:42 +05:30
basic.t (test) forgot to set user.email/name to the standard value 2012-03-24 10:30:41 +05:30
gitolite-receive-pack install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30
gitolite-upload-pack install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30
glt 'info' command, plus lots more changes: 2012-03-24 10:30:42 +05:30
include-subconf.t more tests 2012-03-24 10:30:42 +05:30
info.t info command deals with groups 2012-03-24 10:30:42 +05:30
listers.t new test 'listers' 2012-03-24 10:30:42 +05:30
personal-branches.t (!!) personal branches -- 1 line of code, 50 lines of test! 2012-03-24 10:30:42 +05:30
README install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30
reset ssh-authkeys done! 2012-03-24 10:30:42 +05:30
ssh-authkeys.t changes to custom command invocation etc.; see below 2012-03-24 10:30:43 +05:30
ssh-basic.t changes to custom command invocation etc.; see below 2012-03-24 10:30:43 +05:30
vrefs-1.t COUNT VREF and tests 2012-03-24 10:30:42 +05:30
vrefs-2.t COUNT VREF and tests 2012-03-24 10:30:42 +05:30

WARNING: THE TEST SUITE DELETES STUFF FIRST!

Testing gitolite3 is now one command after the clone:

    prove

But because it starts by cleaning the slate, it's best to do it on a spare
userid that you are ok to lose data on.