]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add ipptool command-line to test report.
authorMichael R Sweet <msweet@msweet.org>
Fri, 20 Sep 2024 15:33:38 +0000 (11:33 -0400)
committerMichael R Sweet <msweet@msweet.org>
Fri, 20 Sep 2024 15:33:38 +0000 (11:33 -0400)
test/run-stp-tests.sh

index 39b53c3e456a3d58a45132b6d2d6fda1d70eb764..aca6eacf2fdb3e77532636deddc4d9638e8b98c7 100755 (executable)
@@ -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=$?