1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

fixed test-ui debug mode not showing source files and phony tasks comment

This commit is contained in:
John Mitchell 2015-12-08 16:55:43 -05:00
parent 0b43398ef6
commit 856e6c5c59

View File

@ -160,7 +160,6 @@ endif
build-ui sync-ui test-ui build-ui-for-coverage test-ui-for-coverage \
build-ui-for-browser-tests test-ui-debug jshint ngdocs \
websocket-proxy browser-sync browser-sync-reload brocolli-watcher \
#ui_2.4_deprecated
devjs minjs testjs_ci \
deb deb-src debian debsign pbuilder reprepro setup_tarball \
virtualbox-ovf virtualbox-centos-7 virtualbox-centos-6 \
@ -525,7 +524,7 @@ else
NODE_PATH=awx/ui/build_test $(ISTANBUL_BIN) cover $(MOCHA_BIN) -- --full-trace $(shell find awx/ui/build_test -name '*-test.js')
endif
build-ui-for-browser-tests: UI_FLAGS=--no-styles --no-compress --browser-tests --no-node-tests --no-sourcemaps
build-ui-for-browser-tests: UI_FLAGS=--no-styles --no-compress --browser-tests --no-node-tests
build-ui-for-browser-tests: awx/ui/static
TESTEM_DEBUG_BROWSER ?= Chrome