source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: mandoc should be a variable.
@ 2010-05-16 17:54 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-16 17:54 UTC (permalink / raw)
  To: source

Log Message:
-----------
mandoc should be a variable.
Consensus is on using a *.in for regression tests (symmetry-broken by Ingo).

Modified Files:
--------------
    mdocml/regress:
        regress.sh

Revision Data
-------------
Index: regress.sh
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/regress/regress.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/regress.sh -Lregress/regress.sh -u -p -r1.2 -r1.3
--- regress/regress.sh
+++ regress/regress.sh
@@ -17,11 +17,11 @@ rm -rf output
 echo "Starting regression tests..."
 pass=0
 failed=0
-for file in */*.1 */*/*.1; do
+for file in */*.in */*/*.in; do
 	[ -f "$file" ] || continue
 	check_skip_list "$file" && break
 	printf "%s: " "$file"
-	mandoc "$file" > test.mandoc 2> /dev/null
+	${MANDOC} "$file" > test.mandoc 2> /dev/null
 	${NROFF} ${OUTPUT} -mandoc "$file" > test.nroff 2> /dev/null
 	if cmp -s test.mandoc test.nroff; then
 		rm -f test.mandoc test.nroff
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-16 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-16 17:54 mdocml: mandoc should be a variable kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).