Skip to content

Commit 2443dd0

Browse files
committed
collapse setting and exporting RUST_BENCH into one line
1 parent 23ba907 commit 2443dd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/tests.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ export LC_ALL=C
6767
# If we're running perf then set this environment variable
6868
# to put the benchmarks into 'hard mode'
6969
ifeq ($(MAKECMDGOALS),perf)
70-
RUST_BENCH=1
71-
export RUST_BENCH
70+
export RUST_BENCH=1
7271
endif
7372

7473
TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log

0 commit comments

Comments
 (0)