collapse setting and exporting RUST_BENCH into one line

This commit is contained in:
O S K Chaitanya 2014-09-23 03:12:37 +02:00
parent 23ba9072e1
commit 2443dd0dcc
1 changed files with 1 additions and 2 deletions

View File

@ -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