lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b5d0dd16: Suppress unwanted 'wine32' messages


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b5d0dd16: Suppress unwanted 'wine32' messages
Date: Fri, 19 Aug 2022 17:46:58 -0400 (EDT)

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

    Suppress unwanted 'wine32' messages
    
    Another fourteen hundred lines of clutter.
---
 lmi_setup_44.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lmi_setup_44.sh b/lmi_setup_44.sh
index 5d633e9b..40c0c90b 100755
--- a/lmi_setup_44.sh
+++ b/lmi_setup_44.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
+
 # Allow script to continue even if some test fails.
 /opt/lmi/src/lmi/nychthemeral_test.sh || true
 



reply via email to

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