##// END OF EJS Templates
tests: remove test-pull-pull-corruption2.t...
tests: remove test-pull-pull-corruption2.t This test gave random failures on slow machines (solaris). The test was added in 6f6e210b38cf as a test case from issue148. It did however require manual setup: The attached script creates such a corruption (you have to add a "import time; time.spleep(3)" in localrepo.addchangegroup before the changegroup manifest are written for example. The test as it is has thus no value as automatic test case. The necessary sleep could be added by a hook, but test-pending.t already tests that.

File last commit:

r15447:9910f60a default
r16482:a5d359b3 stable
Show More
test-install.t
20 lines | 651 B | text/troff | Tads3Lexer
Pradeepkumar Gayam
tests: unify test-install
r11917 hg debuginstall
$ hg debuginstall
Checking encoding (ascii)...
Mads Kiilerich
tests: make (glob) on windows accept \ instead of /...
r15447 Checking installed modules (*mercurial)... (glob)
Checking templates (*mercurial?templates)... (glob)
Pradeepkumar Gayam
tests: unify test-install
r11917 Checking commit editor...
Checking username...
No problems detected
hg debuginstall with no username
$ HGUSER= hg debuginstall
Checking encoding (ascii)...
Mads Kiilerich
tests: make (glob) on windows accept \ instead of /...
r15447 Checking installed modules (*mercurial)... (glob)
Checking templates (*mercurial?templates)... (glob)
Pradeepkumar Gayam
tests: unify test-install
r11917 Checking commit editor...
Checking username...
no username supplied (see "hg help config")
Martin Geisler
Merge with stable
r12084 (specify a username in your configuration file)
Pradeepkumar Gayam
tests: unify test-install
r11917 1 problems detected, please check your install!
Matt Mackall
tests: add exit codes to unified tests
r12316 [1]