Commit b8c08098 authored by Tristan Gingold's avatar Tristan Gingold

pxie_fmc.tcl: add a final exit

parent 983726db
Pipeline #3341 failed with stage
......@@ -50,3 +50,5 @@ set end_time [clock seconds]
set total_time [ expr { $end_time - $start_time} ]
set absolute_time [clock format $total_time -format {%H:%M:%S} -gmt true ]
puts "\ntotal build time: $absolute_time\n"
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment