Author: rob
Date: Mon Jun  6 19:33:56 2011
New Revision: 27357
URL: https://svn.nixos.org/websvn/nix/?rev=27357&sc=1

Log:
enable openssh nixos test

Modified:
   hydra-config/gnu/trunk/release.nix
   hydra-config/gnu/trunk/tests/default.nix

Modified: hydra-config/gnu/trunk/release.nix
==============================================================================
--- hydra-config/gnu/trunk/release.nix  Mon Jun  6 19:19:40 2011        (r27356)
+++ hydra-config/gnu/trunk/release.nix  Mon Jun  6 19:33:56 2011        (r27357)
@@ -192,6 +192,6 @@
 
         # Selected NixOS tests.
         login = testsuite.login.test;
-        portmap = testsuite.portmap.test;
+        portmap = testsuite.openssh.test;
       };
   }

Modified: hydra-config/gnu/trunk/tests/default.nix
==============================================================================
--- hydra-config/gnu/trunk/tests/default.nix    Mon Jun  6 19:19:40 2011        
(r27356)
+++ hydra-config/gnu/trunk/tests/default.nix    Mon Jun  6 19:33:56 2011        
(r27357)
@@ -83,5 +83,5 @@
 
     # Selected NixOS tests.
     login = apply (import "${nixos}/tests/login.nix");
-    portmap = apply (import "${nixos}/tests/portmap.nix");
+    openssh = apply (import "${nixos}/tests/openssh.nix");
   }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to