From: Michael R Sweet Date: Fri, 20 Sep 2024 15:33:38 +0000 (-0400) Subject: Add ipptool command-line to test report. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3c40b1ebd872f282d89e8c0ed7b89e45fc4ba2;p=thirdparty%2Fcups.git Add ipptool command-line to test report. --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 39b53c3e45..aca6eacf2f 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -741,7 +741,6 @@ fail=0 for file in 4*.test ../examples/ipp-2.1.test; do echo $ac_n "Performing `basename $file`: $ac_c" echo "" >>$strfile - echo $ac_n "`date '+[%d/%b/%Y:%H:%M:%S %z]'` $ac_c" >>$strfile if test $file = ../examples/ipp-2.1.test; then uri="ipp://localhost:$port/printers/Test1" @@ -750,6 +749,7 @@ for file in 4*.test ../examples/ipp-2.1.test; do uri="ipp://localhost:$port/printers" options="" fi + echo "$(date '+[%d/%b/%Y:%H:%M:%S %z]') ../tools/ipptool -tI $options $uri $file" >>$strfile $runcups $VALGRIND ../tools/ipptool -tI $options $uri $file >> $strfile status=$?