show the full logs in a separate step for forensic analysis
This commit is contained in:
parent
b563e5cd19
commit
81eebc10d8
2 changed files with 13 additions and 0 deletions
|
@ -298,6 +298,13 @@ function stop() {
|
|||
cleanup_logs
|
||||
}
|
||||
|
||||
function show_logs() {
|
||||
(
|
||||
cd $DIR
|
||||
grep '' *.out
|
||||
)
|
||||
}
|
||||
|
||||
function run() {
|
||||
local fun=$1
|
||||
shift
|
||||
|
|
Loading…
Add table
Reference in a new issue