Skip to content

Commit 997d956

Browse files
authored
GNUmakefile: use PROFILE_CMD at make test (#9214)
1 parent 1eafb40 commit 997d956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ build: build-coreutils build-pkgs locales
349349
$(foreach test,$(UTILS),$(eval $(call TEST_BUSYBOX,$(test))))
350350

351351
test:
352-
${CARGO} test ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
352+
${CARGO} test ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" $(PROFILE_CMD) --no-default-features $(TEST_NO_FAIL_FAST)
353353

354354
nextest:
355355
${CARGO} nextest run ${CARGOFLAGS} --features "$(TESTS) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)

0 commit comments

Comments
 (0)