From 4c29e806117634dacfb83f6ea78af6463e2a4161 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 30 Nov 2024 23:09:48 +0100 Subject: fix(tests/{yambar,nvim-checkhealth}): Update to use `Exec` --- tests/by-name/nv/nvim-checkhealth/test.desc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'tests/by-name/nv/nvim-checkhealth/test.desc') 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 -- cgit 1.4.1