summaryrefslogtreecommitdiff
path: root/dist/s_all
diff options
context:
space:
mode:
Diffstat (limited to 'dist/s_all')
-rwxr-xr-xdist/s_all3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/s_all b/dist/s_all
index 33b8f6a76ba..31abab28910 100755
--- a/dist/s_all
+++ b/dist/s_all
@@ -56,7 +56,7 @@ errchk()
# Some tests shouldn't return an error, we exclude them here.
case "$1" in
- *s_export*)
+ *s_export|*s_tags)
break;;
*)
errfound=1;;
@@ -124,3 +124,4 @@ echo 'dist/s_all run finished'
if test $errmode -ne 0; then
exit $errfound;
fi
+exit 0