Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_execution_info.py90 def print_test_result(root, history_arg): argument
99 if not history_arg.isdigit():
100 path = os.path.join(constants.ATEST_RESULT_ROOT, history_arg, 'test_result')
131 for path in paths[0 : int(history_arg) + 1]: