Commit 3510a827 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

makefile fix: order of env vars

parent e5f24dc2
......@@ -30,7 +30,7 @@ test_sharness:
cd test/ && make
test_sharness_expensive:
cd test/ && make TEST_EXPENSIVE=1
cd test/ && TEST_EXPENSIVE=1 make
test_all_commits:
@echo "testing all commits between origin/master..HEAD"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment