Skip to content

Commit 070651b

Browse files
committed
2 parents ba2ef9b + 31fa0fe commit 070651b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ODIN_II/verify_odin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,9 @@ function run_vtr_reg() {
12561256
pushd "${VTR_DIR}" &> /dev/null
12571257
RELATIVE_PATH_TO_TEST=$(realapath_from "${FILTERED_VTR_TASK_PATH}" "${VTR_REG_DIR}")
12581258
/usr/bin/env perl run_reg_test.py -j "${_NUMBER_OF_PROCESS}" $(dirname ${RELATIVE_PATH_TO_TEST})
1259+
if [ _"$?" != "_0" ]; then
1260+
_exit_with_code "-1"
1261+
fi
12591262
popd &> /dev/null
12601263
}
12611264

0 commit comments

Comments
 (0)