@cryptotaxi247 / kubo / commits / 3510a8278

makefile fix: order of env vars

Juan Batiz-Benet committed Jan 4, 2015 at 22:29 UTC 3510a8278cf4e9bca9acc533fc8174beb2a1bb80
1 file changed +1 -1
Makefile
+1 -1
@@ -30,7 +30,7 @@ test_sharness:
30 cd test/ && make
31
32 test_sharness_expensive:
33 - cd test/ && make TEST_EXPENSIVE=1
33 + cd test/ && TEST_EXPENSIVE=1 make
34
35 test_all_commits:
36 @echo "testing all commits between origin/master..HEAD"