comparison tests/run-tests.py @ 4529:860478527568

run-tests.py: set ui.slash = True This should make things easier for pysh.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 08 Jun 2007 23:49:12 -0300
parents 93a4e72b4f83
children ff7253a0d1da
comparison
equal deleted inserted replaced
4528:85a69f4d1e80 4529:860478527568
224 sys.stdout.write('.') 224 sys.stdout.write('.')
225 sys.stdout.flush() 225 sys.stdout.flush()
226 226
227 # create a fresh hgrc 227 # create a fresh hgrc
228 hgrc = file(HGRCPATH, 'w+') 228 hgrc = file(HGRCPATH, 'w+')
229 hgrc.write('[ui]\n')
230 hgrc.write('slash = True\n')
229 hgrc.close() 231 hgrc.close()
230 232
231 err = os.path.join(TESTDIR, test+".err") 233 err = os.path.join(TESTDIR, test+".err")
232 ref = os.path.join(TESTDIR, test+".out") 234 ref = os.path.join(TESTDIR, test+".out")
233 testpath = os.path.join(TESTDIR, test) 235 testpath = os.path.join(TESTDIR, test)