From 57d45c8ccda13d061db17df16f50821c775cf277 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 25 Aug 2013 14:41:12 +0100 Subject: Support the new yarn --env argument --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7368df4..182b9ea 100644 --- a/Makefile +++ b/Makefile @@ -140,8 +140,8 @@ install-skel: done test: local $(TEST_BINS) - @env GTT="$$(pwd)/testing/gitano-test-tool" \ - $(YARN) testing/library.yarn $(TESTS) + @$(YARN) --env GTT="$$(pwd)/testing/gitano-test-tool" \ + testing/library.yarn $(TESTS) testing/%: testing/%.in $(GEN_BIN) $(call GEN_LOCAL_BIN,$<,$@) -- cgit v1.2.1