show the full logs in a separate step for forensic analysis

This commit is contained in:
Twenty Panda 2024-03-17 21:19:13 +01:00
parent b563e5cd19
commit 81eebc10d8
2 changed files with 13 additions and 0 deletions

View file

@ -298,6 +298,13 @@ function stop() {
cleanup_logs
}
function show_logs() {
(
cd $DIR
grep '' *.out
)
}
function run() {
local fun=$1
shift