From 364872a67894cffd96e0a9ca05f8139959967ec2 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 9 Dec 2015 10:19:34 -0500 Subject: [PATCH] fixed typo of cp command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffae0c65dd..1a2a4433ce 100644 --- a/Makefile +++ b/Makefile @@ -520,7 +520,7 @@ REPORTER ?= standard UI_TESTS_TO_RUN ?= all ifeq ($(REPORTER), xunit) test-ui-for-coverage: - XUNIT_FILE=reports/test-results-ui.xml NODE_PATH=awx/ui/build_test $(ISTANBUL_BIN) cover --include-all-sources $(MOCHA_BIN) -- --full-trace --reporter xunit-file $(shell find awx/ui/build_test -name '*-test.js'); cpa coverage/ui-coverage-report.xml reports/coverage-report-ui.xml + XUNIT_FILE=reports/test-results-ui.xml NODE_PATH=awx/ui/build_test $(ISTANBUL_BIN) cover --include-all-sources $(MOCHA_BIN) -- --full-trace --reporter xunit-file $(shell find awx/ui/build_test -name '*-test.js'); cp coverage/ui-coverage-report.xml reports/coverage-report-ui.xml else ifeq ($(UI_TESTS_TO_RUN), all) test-ui-for-coverage: