]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix test script for macOS debug printfs 2.4.x
authorZdenek Dohnal <zdohnal@redhat.com>
Tue, 7 Oct 2025 11:58:30 +0000 (13:58 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Tue, 7 Oct 2025 11:58:30 +0000 (13:58 +0200)
test/run-stp-tests.sh

index 39b53c3e456a3d58a45132b6d2d6fda1d70eb764..1c447edd7b25748e09f269e5961ada99d0561344 100755 (executable)
@@ -262,14 +262,14 @@ case "$usedebugprintfs" in
                echo "Enabling debug printfs (level 5); log files can be found in $BASE/log..."
                CUPS_DEBUG_LOG="$BASE/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
                CUPS_DEBUG_LEVEL=5; export CUPS_DEBUG_LEVEL
-               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetResponse|cupsSend).*$'; export CUPS_DEBUG_FILTER
+               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetResponse|cupsMake|cupsSend).*$'; export CUPS_DEBUG_FILTER
                ;;
 
        0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9)
                echo "Enabling debug printfs (level $usedebugprintfs); log files can be found in $BASE/log..."
                CUPS_DEBUG_LOG="$BASE/log/debug_printfs.%d"; export CUPS_DEBUG_LOG
                CUPS_DEBUG_LEVEL="$usedebugprintfs"; export CUPS_DEBUG_LEVEL
-               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetResponse|cupsSend).*$'; export CUPS_DEBUG_FILTER
+               CUPS_DEBUG_FILTER='^(http|_http|ipp|_ipp|cups.*Request|cupsGetResponse|cupsMake|cupsSend).*$'; export CUPS_DEBUG_FILTER
                ;;
 
        *)
@@ -536,10 +536,6 @@ PassEnv ASAN_OPTIONS
 Sandboxing Off
 EOF
 
-if test $ssltype != 0 -a `uname` = Darwin; then
-       echo "ServerKeychain $HOME/Library/Keychains/login.keychain" >> $BASE/cups-files.conf
-fi
-
 #
 # Setup lots of test queues with PPD files...
 #