Show More
@@ -1,5 +1,16 | |||
|
1 | 1 | #require killdaemons |
|
2 | 2 | |
|
3 | #if no-windows | |
|
4 | For debugging: this is a pretty simple test that is a good candidate | |
|
5 | for tracking down network-related bugs. Sometimes a command in this | |
|
6 | hangs, so having showstack pre-loaded is sometimes helpful. This also | |
|
7 | gives us a test that at least proves showstack can be loaded. | |
|
8 | $ cat >> $HGRCPATH <<EOF | |
|
9 | > [extensions] | |
|
10 | > showstack = $TESTDIR/../contrib/showstack.py | |
|
11 | > EOF | |
|
12 | #endif | |
|
13 | ||
|
3 | 14 |
$ |
|
4 | 15 | $ cd test |
|
5 | 16 | $ echo a > a |
General Comments 0
You need to be logged in to leave comments.
Login now