Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from mobify/fix-jenkins
Browse files Browse the repository at this point in the history
Only pass real test output to Jenkins.
  • Loading branch information
Ryan Daw committed Jul 23, 2012
2 parents 9d6a2bd + f31ec27 commit a431794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,6 +34,6 @@ jenkins:
--compilers coffee:coffee-script \
--ignore-leaks \
--timeout 10000 \
$(TESTS) | grep '<*>' | tee report.xml
$(TESTS) | egrep '^</?test' | tee report.xml

.PHONY: test

0 comments on commit a431794

Please sign in to comment.