Merge pull request #189 from marcjansen/travis-tests

Fix the serve-precommit target. (r=@elemoine/@twpayne)
This commit is contained in:
Marc Jansen
2013-02-12 06:10:26 -08:00

View File

@@ -198,7 +198,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')
t.run('%(JAVA)s', '-jar', PLOVR_JAR, 'serve', 'build/ol-all.json', glob.glob('test/*.json'))
virtual('lint', 'build/lint-src-timestamp', 'build/lint-spec-timestamp', 'build/check-requires-timestamp')