diff --git a/qa/TL0_python-self-test-core-exec2/test.sh b/qa/TL0_python-self-test-core-exec2/test.sh index 1e454a0647c..7e81a6eaae0 100644 --- a/qa/TL0_python-self-test-core-exec2/test.sh +++ b/qa/TL0_python-self-test-core-exec2/test.sh @@ -2,5 +2,5 @@ export DALI_USE_EXEC2=1 pushd ../TL0_python-self-test-core bash -e ./test_nofw.sh -bash -e ./test_nofw.sh +bash -e ./test_pytorch.sh popd diff --git a/qa/test_template_impl.sh b/qa/test_template_impl.sh index 2ccc5b9cc82..454272cf88f 100755 --- a/qa/test_template_impl.sh +++ b/qa/test_template_impl.sh @@ -111,9 +111,11 @@ test_body_wrapper() {( fi test_body + RV=$? if [ -n "$DALI_ENABLE_SANITIZERS" ]; then disable_sanitizer + return ${RV} fi )}