lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 511540b2 1/2: Refine wine-8 workarounds


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 511540b2 1/2: Refine wine-8 workarounds
Date: Sun, 22 Jan 2023 14:21:08 -0500 (EST)

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

    Refine wine-8 workarounds
    
    Commit 697649474b856 applied certain $WINEDEBUG changes to
    'nychthemeral_test.sh'. Commit 96a8eb5801ebd applied other such
    changes elsewhere. This commit applies those "other" changes to
    'nychthemeral_test.sh'.
    
    Perhaps 'nychthemeral_test.sh' should append to $WINEDEBUG rather
    than redefining it. Appending to a comma-delimited list generally
    requires careful attention to empty arguments on either side of
    the concatenation; redefining is crude but robust.
---
 nychthemeral_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 99b843f8..a246ed87 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -373,7 +373,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-event,fixme-imm,fixme-shell" \
+  
WINEDEBUG="fixme-event,fixme-hid,fixme-imm,fixme-ntdll,fixme-shell,fixme-win" \
   timeout 5m \
   xvfb-run "$PERFORM" "$prefix"/bin/wx_test"$EXEEXT" \
     --ash_nazg --data_path="$prefix"/data 2>&1 \



reply via email to

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