summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet6
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 5836d79ca35..c9a391d4b60 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -127,8 +127,9 @@ instopt_adjustpath 0
instopt_adjustrepo 0
" >texlive.profile
-# silence warnings we do not need to see.
+# silence envvar warnings and the welcome message.
TEXLIVE_INSTALL_ENV_NOCHECK=1; export TEXLIVE_INSTALL_ENV_NOCHECK
+TEXLIVE_INSTALL_NO_WELCOME=1; export TEXLIVE_INSTALL_NO_WELCOME
tlnet_install_log=`pwd`/install.log
echo "$0: Running test install (log: $tlnet_install_log)..."
@@ -164,9 +165,6 @@ unexpected_output=`cat $tlnet_install_log \
| grep -Ev '^done running ' \
| grep -Ev '^finished ' \
| grep -Ev '^Welcome to TeX Live' \
- | grep -Ev '^See' \
- | grep -Ev '^ .*/index.html' \
- | grep -Ev '^for links to documentation' \
| grep -Ev '^The TeX Live web site' \
| grep -Ev '^contains updates' \
| grep -Ev '^TeX Live is a joint project of the TeX user groups' \