Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in996 def find_tests(testrun, options): argument
1015 def filter_tests(testrun, options): argument
1036 testrun.filter(failed)
1145 testrun = TestRun(options)
1148 testrun.read(options)
1150 find_tests(testrun, options)
1153 filter_tests(testrun, options)
1156 testrun.write(options)
1159 testrun.complete_outputdirs()
1160 testrun.run(options)
[all …]