Skip to content
Snippets Groups Projects
Commit a4892674 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

logging the end of the run

parent 7fe41142
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@ zenity --question \
let 'run_duration_seconds = ${run_duration} * 60'
sleep ${run_duration_seconds}
log "Run ${run_number} finished."
zenity --info --text="Run ${run_number} finished!"
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment