From e9b773022d7242dbebe1989385d0a2a49bf0b79d Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Thu, 17 Oct 2024 16:49:42 +0100 Subject: [PATCH] fixup! More debug logs --- src/ReTestItems.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ReTestItems.jl b/src/ReTestItems.jl index 34d857d9..9ea82b3a 100644 --- a/src/ReTestItems.jl +++ b/src/ReTestItems.jl @@ -464,8 +464,9 @@ function _runtests_in_current_env( foreach(Iterators.filter(endswith(".log"), readdir(RETESTITEMS_TEMP_FOLDER[], join=true))) do logfile rm(logfile; force=true) # `force` to ignore error if file already cleaned up end - @debugv 1 "Done ceaning up test setup logs" + @debugv 1 "Done cleaning up test setup logs" end + @debugv 1 "DONE" return nothing end