Home
last modified time | relevance | path

Searched refs:write_log (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in337 write_log(bytearray(result_line, encoding='utf-8'), LOG_FILE)
340 write_log(result_line, LOG_OUT)
342 write_log(result_line, LOG_OUT)
351 write_log(b'%s %s\n' % (timestamp, line), LOG_FILE)
422 write_log("Not adding Test '%s' to this run.\n" %
522 write_log("Warning: TestGroup '%s' not added to this run. "
528 write_log("Warning: TestGroup '%s' not added to this run. "
535 write_log("Not adding TestGroup '%s' to this run.\n" %
854 write_log('Could not make a symlink to directory %s\n' %
892 def write_log(msg, target): function
[all …]