Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18473 from RickyChien/bug-998759
Browse files Browse the repository at this point in the history
Bug 998759 - Remove chai.js copying when running make update-common r=@yurenju
  • Loading branch information
RickyChien committed Apr 24, 2014
2 parents afcd647 + 084286a commit 616adbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -822,13 +822,10 @@ common-install:
update-common: common-install
# common testing tools
mkdir -p $(TEST_COMMON)/vendor/test-agent/
mkdir -p $(TEST_COMMON)/vendor/chai/
rm -f $(TEST_COMMON)/vendor/test-agent/test-agent.js
rm -f $(TEST_COMMON)/vendor/test-agent/test-agent.css
rm -f $(TEST_COMMON)/vendor/chai/chai.js
cp node_modules/test-agent/test-agent.js $(TEST_COMMON)/vendor/test-agent/
cp node_modules/test-agent/test-agent.css $(TEST_COMMON)/vendor/test-agent/
cp node_modules/chai/chai.js $(TEST_COMMON)/vendor/chai/

# Create the json config file
# for use with the test agent GUI
Expand Down

0 comments on commit 616adbe

Please sign in to comment.