File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# Script to test ippfind, ipptool, and ippeveprinter end-to-end.
44#
5- # Copyright © 2022-2023 by OpenPrinting.
5+ # Copyright © 2022-2024 by OpenPrinting.
66#
77# Licensed under Apache License v2.0. See the file "LICENSE" for more
88# information.
@@ -15,7 +15,7 @@ name="Test Printer $(date +%H%M%S)"
1515status=0
1616
1717echo " Running ippeveprinter..."
18- CUPS_DEBUG_LOG=test-cups.log CUPS_DEBUG_LEVEL=4 CUPS_DEBUG_FILTER=' ^(http|_http|ipp|_ipp|cupsDNSSD|cupsDo|cupsGet|cupsSend)' tools/ippeveprinter-static -vvv -a tools/test.conf " $name " 2> tools/test.log &
18+ CUPS_DEBUG_LOG=test-cups.log CUPS_DEBUG_LEVEL=4 CUPS_DEBUG_FILTER=' ^(http|_http|ipp|_ipp|cupsDNSSD|cupsDo|cupsGet|cupsSend)' tools/ippeveprinter-static -vvv -a tools/test.conf -n localhost " $name " 2> tools/test.log &
1919ippeveprinter=$!
2020
2121# Test the instance...
You can’t perform that action at this time.
0 commit comments