forked from mythmon/wok
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Travis-CI to optionally compare Wok output
- Add file "test_site/wok_expected_output-test_site" which is the output of "wok -v" when run with current upstream master. - Introduce new environment variable "CMP_OUTPUT" in .travis.yml. - Enhance bin/site-tests such that if CMP_OUTPUT==true, it will run cmp on the wok_expected_output-$TEST_SITE file versus the output of the "wok -v" run. - Goal of this enhancement is to support more robust testing of fixes for issues mythmon#144 and mythmon#145.
- Loading branch information
1 parent
3ad1854
commit 3d0d478
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
WARNING:root:Textile not enabled. | ||
WARNING:root:HTML rendering relies on the BeautifulSoup library. | ||
WARNING:root:To use compile_sass hook, you must install libsass-python package. | ||
WARNING:root:No parser found for html_renderer.html. Using default renderer. | ||
ERROR:root:It looks like the page "content/tests/dates1.mkd" is an orphan! This will probably cause problems. | ||
ERROR:root:It looks like the page "content/tests/dates2.mkd" is an orphan! This will probably cause problems. | ||
ERROR:root:It looks like the page "content/tests/dates3.mkd" is an orphan! This will probably cause problems. |