diff options
author | 2019-12-20 15:30:10 +0100 | |
---|---|---|
committer | 2019-12-20 20:56:45 +0100 | |
commit | 41442dc25c6fe59858376c9c6964215341237bc4 (patch) | |
tree | 75fe3a89d1f830595aef4f8d8c764140da543515 /templates/tatt_functions.sh | |
parent | remove primary packages from rdeps script (diff) | |
download | tatt-41442dc25c6fe59858376c9c6964215341237bc4.tar.gz tatt-41442dc25c6fe59858376c9c6964215341237bc4.tar.bz2 tatt-41442dc25c6fe59858376c9c6964215341237bc4.zip |
add a return code to the use test script
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Diffstat (limited to 'templates/tatt_functions.sh')
-rw-r--r-- | templates/tatt_functions.sh | 1 |
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 } |