comparison tests/test-push-http.t @ 12743:4c4aeaab2339

check-code: add 'no tab indent' check for unified tests and fix the offending tests accordingly
author Adrian Buehlmann <adrian@cadifra.com>
date Sat, 16 Oct 2010 18:09:01 +0200
parents d08bb64888bc
children 31a256ffe9e5
comparison
equal deleted inserted replaced
12742:6ab4a7d3c179 12743:4c4aeaab2339
11 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 11 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
12 $ cd test2 12 $ cd test2
13 $ echo a >> a 13 $ echo a >> a
14 $ hg ci -mb 14 $ hg ci -mb
15 $ req() { 15 $ req() {
16 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log 16 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
17 > cat hg.pid >> $DAEMON_PIDS 17 > cat hg.pid >> $DAEMON_PIDS
18 > hg --cwd ../test2 push http://localhost:$HGPORT/ 18 > hg --cwd ../test2 push http://localhost:$HGPORT/
19 > kill `cat hg.pid` 19 > kill `cat hg.pid`
20 > echo % serve errors 20 > echo % serve errors
21 > cat errors.log 21 > cat errors.log
22 > } 22 > }
23 $ cd ../test 23 $ cd ../test
24 24
25 expect ssl error 25 expect ssl error
26 26