##// END OF EJS Templates
tests: load showstack in test-pull-http.t so network hangs are easier to find...
Augie Fackler -
r37606:165a77f7 default
parent child Browse files
Show More
@@ -1,5 +1,16 b''
1 #require killdaemons
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 $ hg init test
14 $ hg init test
4 $ cd test
15 $ cd test
5 $ echo a > a
16 $ echo a > a
General Comments 0
You need to be logged in to leave comments. Login now