Skip to content

Commit e9b7730

Browse files
fixup! More debug logs
1 parent c7fef23 commit e9b7730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ReTestItems.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,9 @@ function _runtests_in_current_env(
464464
foreach(Iterators.filter(endswith(".log"), readdir(RETESTITEMS_TEMP_FOLDER[], join=true))) do logfile
465465
rm(logfile; force=true) # `force` to ignore error if file already cleaned up
466466
end
467-
@debugv 1 "Done ceaning up test setup logs"
467+
@debugv 1 "Done cleaning up test setup logs"
468468
end
469+
@debugv 1 "DONE"
469470
return nothing
470471
end
471472

0 commit comments

Comments
 (0)