1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

Fix logging test

This commit is contained in:
Eelco Dolstra 2014-02-01 16:08:59 +01:00
parent 965218a62a
commit 2a97f7b039
2 changed files with 1 additions and 2 deletions

View file

@ -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.