diff --git a/lib/test-driver/log2html.xsl b/lib/test-driver/log2html.xsl
index 0123fc53760..8e907d85ffa 100644
--- a/lib/test-driver/log2html.xsl
+++ b/lib/test-driver/log2html.xsl
@@ -9,8 +9,8 @@
-
-
+
+
Log File
@@ -37,18 +37,18 @@
-
+
-
+
-
+
display: none;
@@ -60,19 +60,19 @@
-
+
-
+
linelastline
-
+
-
@@ -82,10 +82,10 @@
-
+
-
+
@@ -101,7 +101,7 @@
serial
-
+
@@ -112,7 +112,7 @@
-
+
@@ -120,16 +120,16 @@
-
+
-
+
/...
-
-
\ No newline at end of file
+
+
diff --git a/lib/testing.nix b/lib/testing.nix
index 7c5bb5d50f7..9a72e1f4bd5 100644
--- a/lib/testing.nix
+++ b/lib/testing.nix
@@ -53,8 +53,6 @@ rec {
xsltproc --output $out/log.html ${./test-driver/log2html.xsl} $out/log.xml
ln -s ${./test-driver/logfile.css} $out/logfile.css
ln -s ${./test-driver/treebits.js} $out/treebits.js
- ln -s ${pkgs.jquery_ui}/js/jquery.min.js $out/
- ln -s ${pkgs.jquery_ui}/js/jquery-ui.min.js $out/
touch $out/nix-support/hydra-build-products
echo "report testlog $out log.html" >> $out/nix-support/hydra-build-products