summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-11-26 23:32:15 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-11-26 23:32:15 +0000
commit05acdb8610309cc4624818b494bf27f990feef1a (patch)
tree9d5f6dc0ad714dfdf694caf6157e885ba8021c94 /test
parent19659d26c2bec431b4e538dfeed2dc4282405417 (diff)
downloadnixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.tar
nixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.tar.gz
nixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.tar.bz2
nixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.tar.lz
nixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.tar.xz
nixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.tar.zst
nixpkgs-05acdb8610309cc4624818b494bf27f990feef1a.zip
* Put something on the logging console.
svn path=/nixu/trunk/; revision=7141
Diffstat (limited to 'test')
-rw-r--r--test/splash-themes.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/splash-themes.nix b/test/splash-themes.nix
index 72ab07bcae5..cc3a7b756fa 100644
--- a/test/splash-themes.nix
+++ b/test/splash-themes.nix
@@ -45,6 +45,9 @@ rec {
     { tty = 5;
       theme = themePativo;
     }
+    { tty = 10; # logging console
+      theme = themeGNU;
+    }
   ];
   
 }