Don't use problematic glob function

This commit is contained in:
Tom Payne
2013-02-12 17:05:59 +01:00
parent 110720d7d3
commit 83a00c13fa

View File

@@ -207,7 +207,7 @@ def serve(t):
@target('serve-precommit', PLOVR_JAR, INTERNAL_SRC)
def serve_precommit(t):
t.run('%(JAVA)s', '-jar', PLOVR_JAR, 'serve', 'build/ol-all.json', glob.glob('test/*.json'))
t.run('%(JAVA)s', '-jar', PLOVR_JAR, 'serve', 'build/ol-all.json', 'test/test.json')
virtual('lint', 'build/lint-src-timestamp', 'build/lint-spec-timestamp', 'build/check-requires-timestamp')