Lines Matching refs:tap
183 tap = ""
221 tap += tresult
225 tap += procout
227 tap += 'No output!\n'
236 return tap
250 tap = ''
258 tap = 'notap requested: omitting test plan\n'
260 tap = str(index) + ".." + str(tcount) + "\n"
293 tap += run_one_test(pm, args, index, tidx)
318 tap += 'about to flush the tap output if tests need to be skipped\n'
322 tap += 'ok {} - {} # {} {} {}\n'.format(
326 tap += 'done flushing skipped test tap output\n'
335 return tap