Skip to content

Commit 06119ce

Browse files
committed
Run ippeveprinter on localhost.
1 parent 4500c7e commit 06119ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)"
1515
status=0
1616

1717
echo "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 &
1919
ippeveprinter=$!
2020

2121
# Test the instance...

0 commit comments

Comments
 (0)