Skip to content

Commit

Permalink
fixup! More debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Oct 17, 2024
1 parent c7fef23 commit e9b7730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ReTestItems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9b7730

Please sign in to comment.