From cb921f67c3f87c0934f7969f24cd6deab70e8574 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Aug 2014 19:01:14 +0200 Subject: Remove log2html.xsl and friends It's part of Hydra now. --- tests/common.sh.in | 1 - tests/logging.sh | 9 --------- 2 files changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/common.sh.in b/tests/common.sh.in index 48ca7d2dddce..8581223b3d89 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -23,7 +23,6 @@ export PATH=@bindir@:$PATH export NIX_BUILD_HOOK= export dot=@dot@ export xmllint="@xmllint@" -export xsltproc="@xsltproc@" export SHELL="@bash@" export version=@PACKAGE_VERSION@ diff --git a/tests/logging.sh b/tests/logging.sh index 5ba71c3e409d..0113ed11c401 100644 --- a/tests/logging.sh +++ b/tests/logging.sh @@ -14,15 +14,6 @@ if test "$xmllint" != "false"; then $xmllint --noout $TEST_ROOT/log.xml || fail "malformed XML" fi -# Convert to HTML. -if test "$xsltproc" != "false"; then - (cd $datadir/nix/log2html && $xsltproc mark-errors.xsl - | $xsltproc log2html.xsl -) < $TEST_ROOT/log.xml > $TEST_ROOT/log.html - # Ideally we would check that the generated HTML is valid... - - # A few checks... - grep ".*FOO" $TEST_ROOT/log.html || fail "bad HTML output" -fi - # Test nix-store -l. [ "$(nix-store -l $path)" = FOO ] -- cgit 1.4.1