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 #16066 from RickyChien/issue-969229
Browse files Browse the repository at this point in the history
Bug 969229 - Incorrect unit tests in test-agent GUI r=@yurenju
  • Loading branch information
yurenju committed Feb 7, 2014
2 parents 3fc26ae + dd9d6f7 commit b545796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -759,7 +759,7 @@ ifeq ($(BUILD_APP_NAME),*)
do \
parent="`dirname $$d`"; \
pathlen=`expr $${#parent} + 2`; \
find "$$d" -name '*_test.js' | awk '{print substr($$0,'$${pathlen}')}' >> /tmp/test-agent-config; \
find "$$d" -name '*_test.js' -path '*/test/unit/*' | awk '{print substr($$0,'$${pathlen}')}' >> /tmp/test-agent-config; \
done;
@echo '{"tests": [' >> $(TEST_AGENT_CONFIG)
@cat /tmp/test-agent-config | \
Expand Down

0 comments on commit b545796

Please sign in to comment.