comparison tests/test-progress @ 10775:c52057614c72 stable

Tests with spaces in paths This allows most tests to succeed with ./run-tests.py --tmpdir='/tmp/hg test' and introduces other tests for spaces and shell quoting
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 24 Mar 2010 01:43:24 +0100
parents 5d7e84e7ac6d
children ca6ba6cac6cd
comparison
equal deleted inserted replaced
10772:1e819576e926 10775:c52057614c72
28 sys.stdout.write(line) 28 sys.stdout.write(line)
29 EOF 29 EOF
30 30
31 echo "[extensions]" >> $HGRCPATH 31 echo "[extensions]" >> $HGRCPATH
32 echo "progress=" >> $HGRCPATH 32 echo "progress=" >> $HGRCPATH
33 echo "loop=" `pwd`/loop.py >> $HGRCPATH 33 echo "loop=`pwd`/loop.py" >> $HGRCPATH
34 echo "[ui]" >> $HGRCPATH 34 echo "[ui]" >> $HGRCPATH
35 echo "interactive=1" >> $HGRCPATH 35 echo "interactive=1" >> $HGRCPATH
36 36
37 echo '% test default params, display nothing because of delay' 37 echo '% test default params, display nothing because of delay'
38 hg -y loop 3 | python filtercr.py 38 hg -y loop 3 | python filtercr.py