lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 66bedc4c 2/2: Inhibit wine-7.0 nuisance messa


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 66bedc4c 2/2: Inhibit wine-7.0 nuisance messages
Date: Mon, 18 Jul 2022 10:33:20 -0400 (EDT)

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

    Inhibit wine-7.0 nuisance messages
    
    wine-7.0 (Debian 7.0~repack-4) introduces new nuisance messages that
    wine-6.0.3 didn't produce.
---
 nychthemeral_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index dcfa8bd3..0605235c 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -96,6 +96,7 @@ gui_test_clutter='
 /^multiarch needs to be enabled first\.  as root, please$/d
 /^execute "dpkg --add-architecture i386 && apt-get update &&$/d
 /^apt-get install wine32"$/d
+/^apt-get install wine32:i386"$/d
 /^about_dialog_version: started$/d
 /^About dialog version string is .[[:digit:]]\+T[[:digit:]]\+Z.\.$/d
 /^time=[[:digit:]]\+ms (for about_dialog_version)$/d
@@ -357,7 +358,7 @@ make "$coefficiency" install check_physical_closure 2>&1 \
 if [ "x86_64-pc-linux-gnu" != "$LMI_TRIPLET" ]
 then
   printf '\n# GUI test\n\n'
-  WINEDEBUG="fixme-shell,fixme-event" \
+  WINEDEBUG="fixme-event,fixme-imm,fixme-shell" \
   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]