Lines Matching refs:tap
185 tap = ""
229 tap += tresult
233 tap += procout
235 tap += 'No output!\n'
244 return tap
258 tap = ''
266 tap = 'notap requested: omitting test plan\n'
268 tap = str(index) + ".." + str(tcount) + "\n"
301 tap += run_one_test(pm, args, index, tidx)
326 tap += 'about to flush the tap output if tests need to be skipped\n'
330 tap += 'ok {} - {} # {} {} {}\n'.format(
334 tap += 'done flushing skipped test tap output\n'
343 return tap