aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tatt_functions.sh')
-rw-r--r--templates/tatt_functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tatt_functions.sh b/templates/tatt_functions.sh
index 92db9ba..d2b5bc8 100644
--- a/templates/tatt_functions.sh
+++ b/templates/tatt_functions.sh
@@ -63,5 +63,6 @@ function tatt_test_pkg
echo "USE='${USE}' succeeded for ${1:?}" >> "${TATT_REPORTFILE}"
else
FEATURES="${TFEATURES}" tatt_pkg_error "${1:?}" "${eout}"
+ return 1
fi
}