lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f88b1534 3/6: Inhibit wine-6.0.3 nuisance mes


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f88b1534 3/6: Inhibit wine-6.0.3 nuisance messages
Date: Sun, 10 Jul 2022 12:07:56 -0400 (EDT)

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

    Inhibit wine-6.0.3 nuisance messages
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2022-06/msg00066.html
---
 nychthemeral_test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 5a10de78..dcfa8bd3 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -353,9 +353,11 @@ make "$coefficiency" install check_physical_closure 2>&1 \
 # The automated GUI test simulates keyboard and mouse actions, so
 # no such actions must be performed manually while it is running
 # (unless it is run in a virtual frame buffer, as with Xvfb here).
+# The $WINEDEBUG setting inhibits wine-6.0.3 nuisance messages.
 if [ "x86_64-pc-linux-gnu" != "$LMI_TRIPLET" ]
 then
   printf '\n# GUI test\n\n'
+  WINEDEBUG="fixme-shell,fixme-event" \
   xvfb-run "$PERFORM" "$prefix"/bin/wx_test"$EXEEXT" \
     --ash_nazg --data_path="$prefix"/data 2>&1 \
     | tee "$log_dir"/gui_test | sed -e "$build_clutter" -e "$gui_test_clutter"



reply via email to

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