[test] avoid race condition in racerd tests

Summary: These two racerd tests step on each other's toes.

Reviewed By: dulmarod

Differential Revision: D7066670

fbshipit-source-id: 65f3d02
master
Jules Villard 7 years ago committed by Facebook Github Bot
parent 077d2ae2f5
commit a58b3a402a

@ -102,6 +102,7 @@ ifneq ($(filter build_systems_tests config_tests test test-replace,${MAKECMDGOAL
build_genrule_print: build_buck_print
build_genrule_replace: build_buck_replace
build_genrule_test: build_buck_test
direct_java_racerd_path_stability_test: direct_java_racerd_test
endif
endif
ifneq ($(MVN),no)

Loading…
Cancel
Save