Mercurial > hg
comparison tests/test-highlight @ 7623:03007ad08027
tests: use killdaemons.py in test-highlight
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 12 Jan 2009 09:57:52 +0100 |
parents | c5e37dc38a52 |
children | 5fb6edbf0ab8 |
comparison
equal
deleted
inserted
replaced
7622:4dd7b28003d2 | 7623:03007ad08027 |
---|---|
66 head -n 4 out | 66 head -n 4 out |
67 rm out | 67 rm out |
68 | 68 |
69 echo % errors encountered | 69 echo % errors encountered |
70 cat errors.log | 70 cat errors.log |
71 kill `cat hg.pid` | 71 "$TESTDIR/killdaemons.py" |
72 | 72 |
73 # Change the pygments style | 73 # Change the pygments style |
74 cat > .hg/hgrc <<EOF | 74 cat > .hg/hgrc <<EOF |
75 [web] | 75 [web] |
76 pygments_style = fruity | 76 pygments_style = fruity |
85 head -n 4 out | 85 head -n 4 out |
86 rm out | 86 rm out |
87 | 87 |
88 echo % errors encountered | 88 echo % errors encountered |
89 cat errors.log | 89 cat errors.log |
90 |