forked from lix-project/lix
Fix logging test
This commit is contained in:
parent
965218a62a
commit
2a97f7b039
|
@ -23,7 +23,6 @@ export PATH=@bindir@:$PATH
|
|||
export NIX_BUILD_HOOK=
|
||||
export dot=@dot@
|
||||
export xmllint="@xmllint@"
|
||||
export xmlflags="@xmlflags@"
|
||||
export xsltproc="@xsltproc@"
|
||||
export SHELL="@bash@"
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ nix-log2xml < $TEST_ROOT/log.esc > $TEST_ROOT/log.xml
|
|||
|
||||
# Is this well-formed XML?
|
||||
if test "$xmllint" != "false"; then
|
||||
$xmllint $xmlflags --noout $TEST_ROOT/log.xml || fail "malformed XML"
|
||||
$xmllint --noout $TEST_ROOT/log.xml || fail "malformed XML"
|
||||
fi
|
||||
|
||||
# Convert to HTML.
|
||||
|
|
Loading…
Reference in a new issue