From c4d9ac64970b6e849571381b5b5c26b66832bec9 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sat, 30 Nov 2024 15:40:45 +0800 Subject: [PATCH] now that fs-trim tests work, re-enable all tests --- commands/dorothy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/dorothy b/commands/dorothy index d12b70960..70b87c02e 100755 --- a/commands/dorothy +++ b/commands/dorothy @@ -1897,7 +1897,7 @@ function dorothy_() ( # pre-requisites assert_dorothy_configured # ^ no need for user config for tests - local only=("$@" 'fs-structure' 'fs-trim') flakey=('config-helper' 'echo-wait') skips=('dorothy' 'bash.bash') no_bash_v3=('get-installer' 'dorothy-config') + local only=("$@") flakey=('config-helper' 'echo-wait') skips=('dorothy' 'bash.bash') no_bash_v3=('get-installer' 'dorothy-config') # action echo-style --h1='Dorothy Tests'