##// END OF EJS Templates
run-tests: always set $COLUMNS, fix running tests under emacs shell...
Benoit Boissinot -
r9913:e3237af5 stable
parent child Browse files
Show More
@@ -785,6 +785,7 b' def main():'
785 785 os.environ['TZ'] = 'GMT'
786 786 os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>"
787 787 os.environ['CDPATH'] = ''
788 os.environ['COLUMNS'] = '80'
788 789
789 790 global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE
790 791 TESTDIR = os.environ["TESTDIR"] = os.getcwd()
@@ -3,8 +3,6 b''
3 3 echo "[extensions]" >> $HGRCPATH
4 4 echo "churn=" >> $HGRCPATH
5 5
6 COLUMNS=80; export COLUMNS
7
8 6 echo % create test repository
9 7 hg init repo
10 8 cd repo
@@ -12,8 +12,6 b' fixheaders()'
12 12 echo "[extensions]" >> $HGRCPATH
13 13 echo "patchbomb=" >> $HGRCPATH
14 14
15 COLUMNS=80; export COLUMNS
16
17 15 hg init t
18 16 cd t
19 17 echo a > a
General Comments 0
You need to be logged in to leave comments. Login now