aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2021-07-04 17:43:26 +0200
committerRolf Eike Beer <eike@sf-mail.de>2021-07-04 17:43:45 +0200
commitd930e543077f38007a34921506c1e09d5f42c9a0 (patch)
tree056f76035f6a58db9d70403e290dce299346fc79
parenttatt_functions.sh: keep original use flags when doing initial minimal build (diff)
downloadtatt-d930e543077f38007a34921506c1e09d5f42c9a0.tar.gz
tatt-d930e543077f38007a34921506c1e09d5f42c9a0.tar.bz2
tatt-d930e543077f38007a34921506c1e09d5f42c9a0.zip
initialize the result var for revdep test scripts
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
-rw-r--r--templates/revdep-header2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/revdep-header b/templates/revdep-header
index 5731d5d..8148053 100644
--- a/templates/revdep-header
+++ b/templates/revdep-header
@@ -10,6 +10,8 @@ export TATT_EMERGEOPTS="@@EMERGEOPTS@@"
source "@@TEMPLATEDIR@@tatt_functions.sh"
+test_ret=0
+
export USE
echo -e "revdep tests started on $(date)\n" >> @@REPORTFILE@@