From a58b3a402a5fbdb2754a9304438553d7ac3ef046 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Fri, 23 Feb 2018 02:54:59 -0800 Subject: [PATCH] [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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fd48faeec..1fbc60138 100644 --- a/Makefile +++ b/Makefile @@ -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)