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:
fiddlosopher
2007-01-05 01:20:18 +00:00
parent 39eb8cbad8
commit d4370154ff
+2 -1
View File
@@ -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 ; \
) \