about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-30 23:09:48 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-30 23:09:48 +0100
commit4c29e806117634dacfb83f6ea78af6463e2a4161 (patch)
tree05442df4107c8a1f609219ab1923775f7715771a /tests
parenttests(infrastructure/run.nix): Bring up-to-date with the `default.nix` (diff)
downloadnixos-config-4c29e806117634dacfb83f6ea78af6463e2a4161.tar.gz
nixos-config-4c29e806117634dacfb83f6ea78af6463e2a4161.zip
fix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`
Diffstat (limited to '')
-rw-r--r--tests/by-name/nv/nvim-checkhealth/test.desc16
-rw-r--r--tests/by-name/nv/nvim-checkhealth/test.nix2
-rw-r--r--tests/by-name/ya/yambar/test.desc8
-rw-r--r--tests/by-name/ya/yambar/test.nix2
4 files changed, 5 insertions, 23 deletions
diff --git a/tests/by-name/nv/nvim-checkhealth/test.desc b/tests/by-name/nv/nvim-checkhealth/test.desc
index 4d977c0c..169cf49f 100644
--- a/tests/by-name/nv/nvim-checkhealth/test.desc
+++ b/tests/by-name/nv/nvim-checkhealth/test.desc
@@ -1,21 +1,9 @@
-# Give the shell time to start up
-Sleep 2
-
 # We open a `*.norg` file to run the norg ftplugin.
-Type nvim test.norg --headless "+set nospell" "+checkhealth" "+w! health.log" +q +wa +qa
-Sleep 1
-Type Enter
-
-# TODO: The test system should be able to just wait until a command has finished. <2024-11-23>
-# Wait until `nvim` has collected the health check.
-Sleep 240
+Exec nvim test.norg --headless "+set nospell" "+checkhealth" "+w! health.log" +q +wa +qa
 
 # The `checkhealth` output is not reproducible.
 # Thus only output the warnings/errors.
-Type batgrep --ignore-case 'warning|error' health.log > new_golden
-Sleep 1
-Type Enter
-Sleep 2
+Exec batgrep --ignore-case 'warning|error' health.log > new_golden
 
 SetGolden new_golden
 
diff --git a/tests/by-name/nv/nvim-checkhealth/test.nix b/tests/by-name/nv/nvim-checkhealth/test.nix
index d84a2627..7bd45b3c 100644
--- a/tests/by-name/nv/nvim-checkhealth/test.nix
+++ b/tests/by-name/nv/nvim-checkhealth/test.nix
@@ -40,5 +40,5 @@ mkTest {
 
   description = ./test.desc;
 
-  hash = "4927ff94c6e9fb0dcb25c8e3e30f3e489cab5bb0a054656776af19725308bfe1";
+  hash = "df83c3e2533402e8b1e98f50a462042b70f024bfe3c9a14f87deaf486a9ff1e3";
 }
diff --git a/tests/by-name/ya/yambar/test.desc b/tests/by-name/ya/yambar/test.desc
index cc0aafd2..067c201e 100644
--- a/tests/by-name/ya/yambar/test.desc
+++ b/tests/by-name/ya/yambar/test.desc
@@ -1,10 +1,4 @@
-# Give everything time to start up
-Sleep 2
-
-Type yambar --validate && echo "SUCCESS"
-Sleep 1
-Type Enter
-Sleep 5
+Exec yambar --validate && echo "SUCCESS"
 
 Expect ^SUCCESS$
 
diff --git a/tests/by-name/ya/yambar/test.nix b/tests/by-name/ya/yambar/test.nix
index 1f2c1e70..c0e94110 100644
--- a/tests/by-name/ya/yambar/test.nix
+++ b/tests/by-name/ya/yambar/test.nix
@@ -20,5 +20,5 @@ mkTest {
 
   description = ./test.desc;
 
-  hash = "0c590d1bb450b0bc591565b6f4d970e7e7d4e13f8dc47108cf842d7ceb7ed93e";
+  hash = "aa90e8898fa23c76299158415cb29db739165e94c252a447aff763ab24fbfc9c";
 }