Merge pull request 'logs: show logs, not just the .out files' (#147) from earl-warren/end-to-end:wip-logs into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/147
This commit is contained in:
commit
56110cffcc
1 changed files with 4 additions and 1 deletions
|
@ -296,7 +296,10 @@ function stop() {
|
||||||
function show_logs() {
|
function show_logs() {
|
||||||
(
|
(
|
||||||
cd $DIR
|
cd $DIR
|
||||||
grep '' *.out
|
set +e
|
||||||
|
grep --text '' *.log
|
||||||
|
grep --text '' forgejo-work-path/log/*.log
|
||||||
|
grep --text '' *.out
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue