diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-14 14:05:04 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-14 14:05:04 -0400 |
commit | 7d22fe1941c4a6ef4eb2e234c85db175d3b3f812 (patch) | |
tree | c98ee2f7a1ebdd19efc61280389e5357e22bdbb0 /prepare-release.sh | |
parent | 69584569cbc9b7a0808efc3e25228acd74aa1aba (diff) |
Improve the warning given when no parser is specified. [bug=1780571]
Diffstat (limited to 'prepare-release.sh')
-rw-r--r-- | prepare-release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prepare-release.sh b/prepare-release.sh index d88ff1e..c278b67 100644 --- a/prepare-release.sh +++ b/prepare-release.sh @@ -55,6 +55,7 @@ source ../py2-install-test-virtualenv/bin/activate python setup.py install echo "EXPECT HTML ON LINE BELOW" (cd .. && python -c "from bs4 import _s; print(_s('<a>foo', 'html.parser'))") +echo # That should print '<a>foo</a>' deactivate rm -rf ../py2-install-test-virtualenv |