Skip to content
Snippets Groups Projects
Unverified Commit eaba5192 authored by Mohamed Gaber's avatar Mohamed Gaber Committed by GitHub
Browse files

Fix Exit Code Propagation When Creating Reproducibles (#2111)

~ Fixed exit codes not being propagated for tools that get automatic reproducible creation
parent c5763988
No related branches found
No related tags found
No related merge requests found
......@@ -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)]
......
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