mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Accept mocha flags in node-tests task
This commit is contained in:
2
Makefile
2
Makefile
@@ -339,7 +339,7 @@ testjs_ci: awx/ui/static browser-tests
|
|||||||
|
|
||||||
# Runs node tests via mocha without building
|
# Runs node tests via mocha without building
|
||||||
node-tests:
|
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`
|
# Runs browser tests using settings from `testem.yml`
|
||||||
browser-tests:
|
browser-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user