lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d5f98f63 2/2: Suppress unwanted 'wine32' mess


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d5f98f63 2/2: Suppress unwanted 'wine32' messages
Date: Fri, 19 Aug 2022 09:35:11 -0400 (EDT)

branch: master
commit d5f98f636612b8c97ab5e498f395b0209993c461
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Suppress unwanted 'wine32' messages
    
    Eight thousand lines of unwanted messages make reviewing output a chore.
---
 lmi_setup_40.sh | 4 ++++
 lmi_setup_43.sh | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index 61a1981b..3d8bb201 100755
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -30,6 +30,10 @@ set -evx
 assert_not_su
 assert_chrooted
 
+# Suppress unwanted "wine32 is missing" messages--see:
+#   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
+export WINEDEBUG=-all,err+all,fixme+all
+
 # Initialize wine. See:
 #   https://lists.nongnu.org/archive/html/lmi/2016-10/msg00002.html
 #   (even with wine-7.0, no ".exe" suffix is required here)
diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index 96ffffdc..21c45ad6 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -30,6 +30,10 @@ set -evx
 assert_not_su
 assert_chrooted
 
+# Suppress unwanted "wine32 is missing" messages--see:
+#   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
+export WINEDEBUG=-all,err+all,fixme+all
+
 # Symlink the repository's hooks/ directory:
 cd /opt/lmi/src/lmi || { printf 'failed: cd\n'; exit 3; }
 mv .git/hooks .git/hooks-orig



reply via email to

[Prev in Thread] Current Thread [Next in Thread]