fix: reload mon state before progress_finish (cross-process done/total)
This commit is contained in:
parent
74e76aff2c
commit
21559854b6
1 changed files with 5 additions and 1 deletions
|
|
@ -580,7 +580,11 @@ if [ "$RUN_TIMED_OUT" = "1" ]; then
|
||||||
"$RUN_TIMEOUT" "$elapsed"
|
"$RUN_TIMEOUT" "$elapsed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Snap progress bar to real global count (done/total) once for the whole run
|
# Snap progress bar to real global count (done/total) once for the whole run.
|
||||||
|
# Reload TALER_MON_STATE — check_*.sh update done/total in a separate process.
|
||||||
|
if type _mon_state_load >/dev/null 2>&1; then
|
||||||
|
_mon_state_load
|
||||||
|
fi
|
||||||
if type progress_finish >/dev/null 2>&1; then
|
if type progress_finish >/dev/null 2>&1; then
|
||||||
printf '\n'
|
printf '\n'
|
||||||
progress_finish
|
progress_finish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue