From 2443dd0dccd69a60f0086faed93d316965a95fe3 Mon Sep 17 00:00:00 2001 From: O S K Chaitanya Date: Tue, 23 Sep 2014 03:12:37 +0200 Subject: [PATCH] collapse setting and exporting RUST_BENCH into one line --- mk/tests.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mk/tests.mk b/mk/tests.mk index 12bc9192627..a872395855b 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -67,8 +67,7 @@ export LC_ALL=C # If we're running perf then set this environment variable # to put the benchmarks into 'hard mode' ifeq ($(MAKECMDGOALS),perf) - RUST_BENCH=1 - export RUST_BENCH + export RUST_BENCH=1 endif TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log