From 9261d520ffeedaaf1ad6ad5321aa82276e799990 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Apr 2012 14:14:58 +0000 Subject: [PATCH] * Fix the installer test. svn path=/nixos/trunk/; revision=33828 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installer.nix b/tests/installer.nix index aa4fe922cbd..8d7e1a93794 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -341,7 +341,7 @@ in { print STDERR "New CD config:\n$cfg\n"; # Apply the new CD configuration. - $machine->mustSucceed("nixos-rebuild test --no-pull"); + $machine->mustSucceed("nixos-rebuild test"); # Connect to it-self. #$machine->waitForJob("sshd");