##// END OF EJS Templates
tests: use the right directory for running hghave from run-tests.py
Mads Kiilerich -
r16906:2a95830c default
parent child Browse files
Show More
@@ -601,7 +601,7 b' def tsttest(test, wd, options, replaceme'
601 # TODO: do something smarter when all other uses of hghave is gone
601 # TODO: do something smarter when all other uses of hghave is gone
602 tdir = TESTDIR.replace('\\', '/')
602 tdir = TESTDIR.replace('\\', '/')
603 proc = Popen4('%s -c "%s/hghave %s"' %
603 proc = Popen4('%s -c "%s/hghave %s"' %
604 (options.shell, tdir, ' '.join(reqs)), TESTDIR, 0)
604 (options.shell, tdir, ' '.join(reqs)), wd, 0)
605 proc.communicate()
605 proc.communicate()
606 ret = proc.wait()
606 ret = proc.wait()
607 if wifexited(ret):
607 if wifexited(ret):
General Comments 0
You need to be logged in to leave comments. Login now