Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 60bb700

Browse files
committed
Remove race condition for profile druntime unit tests that run in parallel for debug and release
1 parent 4bc07fc commit 60bb700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/profile/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ QUIET:=
88
LINKDL:=
99

1010
SRC:=src
11-
ROOT:=./obj/$(OS)/$(MODEL)
11+
ROOT:=./obj/$(OS)/$(MODEL)/$(BUILD)
1212
TESTS:=$(addprefix $(ROOT)/,$(addsuffix .done,profile profilegc both))
1313

1414
DIFF:=diff

0 commit comments

Comments
 (0)