Skip to content

Commit

Permalink
Run ippeveprinter on localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 18, 2024
1 parent 4500c7e commit 06119ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Script to test ippfind, ipptool, and ippeveprinter end-to-end.
#
# Copyright © 2022-2023 by OpenPrinting.
# Copyright © 2022-2024 by OpenPrinting.
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more
# information.
Expand All @@ -15,7 +15,7 @@ name="Test Printer $(date +%H%M%S)"
status=0

echo "Running ippeveprinter..."
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 &
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 &
ippeveprinter=$!

# Test the instance...
Expand Down

0 comments on commit 06119ce

Please sign in to comment.