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"; | ||||
|   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>) { | ||||
|     print "rt ls line from Ready for payment search: $lsLine" if ($VERBOSE >= 10); | ||||
|     chomp $lsLine; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn