forked from lix-project/lix
* Oops!
This commit is contained in:
parent
ca0b23c831
commit
089c41a0c2
|
@ -22,7 +22,8 @@ export PERL=perl
|
|||
export TOP=$(pwd)/..
|
||||
export aterm_bin=@aterm_bin@
|
||||
export dot=@dot@
|
||||
export xmllint="@xmllint@ @xmlflags@"
|
||||
export xmllint="@xmllint@"
|
||||
export xmlflags="@xmlflags@"
|
||||
export xsltproc="@xsltproc@"
|
||||
|
||||
export version=@version@
|
||||
|
|
|
@ -10,7 +10,7 @@ $TOP/src/nix-log2xml/nix-log2xml < $TEST_ROOT/log.esc > $TEST_ROOT/log.xml
|
|||
|
||||
# Is this well-formed XML?
|
||||
if test -n "$xmllint"; then
|
||||
$xmllint --noout $TEST_ROOT/log.xml
|
||||
$xmllint $xmlflags --noout $TEST_ROOT/log.xml
|
||||
fi
|
||||
|
||||
# Convert to HTML.
|
||||
|
|
Loading…
Reference in a new issue