Output should be what is really running.
This commit is contained in:
parent
131966162a
commit
68b4875a2b
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ sub TicketIDsReadyForPayment () {
|
||||||
}
|
}
|
||||||
print "Using $queryString\n";
|
print "Using $queryString\n";
|
||||||
open(my $rtLsFH, "-|", "$RT_CMD", "ls", "-i", $queryString);
|
open(my $rtLsFH, "-|", "$RT_CMD", "ls", "-i", $queryString);
|
||||||
print "Running: rt ls -i Status=ready-for-payment\n" if ($VERBOSE >= 10);
|
print "Running: rt ls -i $queryString\n" if ($VERBOSE >= 10);
|
||||||
|
|
||||||
while (my $lsLine = <$rtLsFH>) {
|
while (my $lsLine = <$rtLsFH>) {
|
||||||
print "rt ls line from Ready for payment search: $lsLine" if ($VERBOSE >= 10);
|
print "rt ls line from Ready for payment search: $lsLine" if ($VERBOSE >= 10);
|
||||||
chomp $lsLine;
|
chomp $lsLine;
|
||||||
|
|
Loading…
Add table
Reference in a new issue