mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
Nicer informational message in test-markdown target.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@420 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -301,7 +301,8 @@ test-markdown: $(MAIN) $(compat)
|
||||
@for suite in $(markdown_test_dirs); do \
|
||||
( \
|
||||
suite_version=$$(echo $$suite | sed -e 's/.*_//');\
|
||||
echo "\nRunning Markdown test suite version $${suite_version}.";\
|
||||
echo "-----------------------------------------";\
|
||||
echo "Running Markdown test suite version $${suite_version}.";\
|
||||
PATH=$(PWD):$$PATH; export PATH; cd $$suite && \
|
||||
perl MarkdownTest.pl -s $(compat) -tidy ; \
|
||||
) \
|
||||
|
||||
Reference in New Issue
Block a user