Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in371 write_log(bytearray(result_line, encoding='utf-8'), LOG_FILE)
374 write_log(result_line, LOG_OUT)
376 write_log(result_line, LOG_OUT)
385 write_log(b'%s %s\n' % (timestamp, line), LOG_FILE)
459 write_log("Not adding Test '%s' to this run.\n" %
559 write_log("Warning: TestGroup '%s' not added to this run. "
565 write_log("Warning: TestGroup '%s' not added to this run. "
572 write_log("Not adding TestGroup '%s' to this run.\n" %
892 write_log('Could not make a symlink to directory %s\n' %
935 def write_log(msg, target): function
[all …]