about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-12-04 00:10:19 +0100
committerGitHub <noreply@github.com>2023-12-04 00:10:19 +0100
commitd2852f5af0bee07c3865c03a7903acc3bc564f1d (patch)
treef860ed1c8b5ccd21674695a8387f07beb81964b8 /nixos
parent37b106f9b04cdb35d0b2cecd9858e7fa9c3e6625 (diff)
parent642e05439052539ed9053775ae5044da4d481912 (diff)
Merge pull request #238711 from moni-dz/contour
contour: 0.3.1.200 -> 0.3.12.262
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/terminal-emulators.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix
index 2306c03c18e76..efaac03e19837 100644
--- a/nixos/tests/terminal-emulators.nix
+++ b/nixos/tests/terminal-emulators.nix
@@ -23,9 +23,8 @@ with pkgs.lib;
 let tests = {
       alacritty.pkg = p: p.alacritty;
 
-      # times out after spending many hours
-      #contour.pkg = p: p.contour;
-      #contour.cmd = "contour $command";
+      contour.pkg = p: p.contour;
+      contour.cmd = "contour early-exit-threshold 0 execute $command";
 
       cool-retro-term.pkg = p: p.cool-retro-term;
       cool-retro-term.colourTest = false; # broken by gloss effect