Skip to content

Commit

Permalink
Fix Exit Code Propagation When Creating Reproducibles (The-OpenROAD-P…
Browse files Browse the repository at this point in the history
…roject#2111)

~ Fixed exit codes not being propagated for tools that get automatic reproducible creation
  • Loading branch information
donn authored Apr 1, 2024
1 parent c576398 commit eaba519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils/utils.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ proc run_tcl_script {args} {

catch_exec {*}$args
if { $exec_result(exit_code) } {
set exit_code $exec_result(exit_code)
set print_error_msg "during executing $tool script $script"
set log_relpath [relpath $::env(PWD) $arg_values(-indexed_log)]

Expand Down

0 comments on commit eaba519

Please sign in to comment.