about summary refs log tree commit diff
path: root/nixos/tests/firefox.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-08-28 13:27:51 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-08-28 13:27:51 +0200
commit1852e65776b7789f9cd4f48f248112740ec4692f (patch)
tree17b893be44f851683730d9ff80f8118a8af789c1 /nixos/tests/firefox.nix
parent9d82f7e53e66e5594b0c8b82f6c415a0a386b580 (diff)
downloadnixlib-1852e65776b7789f9cd4f48f248112740ec4692f.tar
nixlib-1852e65776b7789f9cd4f48f248112740ec4692f.tar.gz
nixlib-1852e65776b7789f9cd4f48f248112740ec4692f.tar.bz2
nixlib-1852e65776b7789f9cd4f48f248112740ec4692f.tar.lz
nixlib-1852e65776b7789f9cd4f48f248112740ec4692f.tar.xz
nixlib-1852e65776b7789f9cd4f48f248112740ec4692f.tar.zst
nixlib-1852e65776b7789f9cd4f48f248112740ec4692f.zip
Fix tests that use the Valgrind docs
Diffstat (limited to 'nixos/tests/firefox.nix')
-rw-r--r--nixos/tests/firefox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/firefox.nix b/nixos/tests/firefox.nix
index 67a2779afc24..1bdabe93fec1 100644
--- a/nixos/tests/firefox.nix
+++ b/nixos/tests/firefox.nix
@@ -14,7 +14,7 @@ import ./make-test.nix ({ pkgs, ... }: {
   testScript =
     ''
       $machine->waitForX;
-      $machine->execute("firefox file://${pkgs.valgrind}/share/doc/valgrind/html/index.html &");
+      $machine->execute("firefox file://${pkgs.valgrind.doc}/share/doc/valgrind/html/index.html &");
       $machine->waitForWindow(qr/Valgrind/);
       $machine->sleep(40); # wait until Firefox has finished loading the page
       $machine->screenshot("screen");