Skip to content

Commit

Permalink
make a single compile.log
Browse files Browse the repository at this point in the history
  • Loading branch information
serera committed Feb 4, 2014
1 parent 792f89f commit 12563f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def compile(self, competitor):
modulePath = '%s/lucene/%s' % (checkoutToPath(competitor.checkout), module)
print ' %s...' % modulePath
os.chdir(modulePath)
run('%s compile' % constants.ANT_EXE, '%s/%s.compile.log' % (constants.LOGS_DIR, module.replace('/', '.')))
run('%s compile' % constants.ANT_EXE, '%s/compile.log' % constants.LOGS_DIR)

print ' %s' % path
os.chdir(path)
Expand Down

0 comments on commit 12563f6

Please sign in to comment.