From 501612341cfc54e0f4e0d785a2b9967f214c5b38 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Fri, 31 Jul 2015 15:55:39 -0400 Subject: [PATCH] Accept mocha flags in node-tests task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e93d3f0652..20e4776d7d 100644 --- a/Makefile +++ b/Makefile @@ -339,7 +339,7 @@ testjs_ci: awx/ui/static browser-tests # Runs node tests via mocha without building node-tests: - NODE_PATH=awx/ui/build_test $(MOCHA_BIN) --full-trace $(shell find awx/ui/build_test -name '*-test.js') + NODE_PATH=awx/ui/build_test $(MOCHA_BIN) --full-trace $(shell find awx/ui/build_test -name '*-test.js') $(MOCHA_FLAGS) # Runs browser tests using settings from `testem.yml` browser-tests: