Skip to content

Commit 249a904

Browse files
committed
tweak for where buildout now puts this file.
1 parent c21463a commit 249a904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildout/runall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from tempfile import TemporaryFile
1111
from testfixtures import diff
1212

13-
runner = abspath(j(os.path.split(__file__)[0],'py'))
13+
runner = abspath(j(os.path.split(__file__)[0], 'bin', 'py'))
1414

1515
sub_res = [
1616
(compile('0+x[0-9A-Fa-f]+'),'...'),
@@ -30,7 +30,7 @@
3030

3131
output = TemporaryFile('w+')
3232
expected_base = j(expected_dir,os.path.splitext(name)[0])
33-
33+
3434
call([runner,py],stdout=output,stderr=STDOUT)
3535

3636
after_listing = set(os.listdir(dir))

0 commit comments

Comments
 (0)