From a22e2760b9a970eea5ab6b50dd8093a0d1717eeb Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Fri, 24 Jul 2015 15:12:58 -0400 Subject: [PATCH] Fix PATH setting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70f7f0e02c..5af47c3f54 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ reports/ui_code: node_modules clean-ui Brocfile.js bower.json Gruntfile.js # Run UI unit tests test_ui: node_modules minjs_ci - PATH=./node_modules/.bin $(TESTEM) ci --file testem.yml -p 7359 -R xunit + PATH=./node_modules/.bin:$(PATH) $(TESTEM) ci --file testem.yml -p 7359 -R xunit # Run API unit tests across multiple Python/Django versions with Tox. test_tox: