[infer][test] always run the Buck integration test with the option --no-cache

Reviewed By: jvillard

Differential Revision: D4016191

fbshipit-source-id: 83c058a
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent 69f7ed5f6d
commit cde74b4043

@ -347,7 +347,7 @@ class BuildIntegrationTest(unittest.TestCase):
target = '//infer/tests/codetoanalyze/java/infer:compile'
test('buck', 'Buck',
ROOT_DIR,
[{'compile': ['buck', 'build', target]}],
[{'compile': ['buck', 'build', '--no-cache', target]}],
clean_commands=[['buck', 'clean']],
available=lambda: is_tool_available(['buck', '--version']))

Loading…
Cancel
Save