summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2013-08-25 14:41:12 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2013-08-25 14:41:12 +0100
commit57d45c8ccda13d061db17df16f50821c775cf277 (patch)
treef9ce28eedb0fcead69cc56559ce41dc4e8d9ac22
parent5c7879afe5fa2d039ee69350c2e2f0fdc0723fee (diff)
downloadgitano-57d45c8ccda13d061db17df16f50821c775cf277.tar.gz
Support the new yarn --env argumentdsilvers/testing
-rw-r--r--Makefile4
1 files 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,$<,$@)