Skip to content

Commit

Permalink
run-bconsole: print messages before traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and BareosBot committed Mar 18, 2024
1 parent fc92b10 commit 5b598f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemtests/scripts/functions
Expand Up @@ -495,6 +495,7 @@ run_bconsole()
fi
fi
if (( error_code == 124 )); then
timeout 10s "${BAREOS_BCONSOLE_BINARY}" -c "${conf}" <<< "messages" || :
traceback "${BAREOS_FILEDAEMON_BINARY}" || :
traceback "${BAREOS_STORAGEDAEMON_BINARY}" || :
traceback "${BAREOS_DIRECTOR_BINARY}" || :
Expand Down

0 comments on commit 5b598f6

Please sign in to comment.