OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failed_cmd
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py
103
failed_cmd
= f.read().strip()
105
if
failed_cmd
:
106
raise error.TestFail(
failed_cmd
)
/external/autotest/client/tests/ltp/
ltp.py
94
failed_cmd
= f.read().strip()
96
if
failed_cmd
:
97
raise error.TestFail(
failed_cmd
)
Completed in 575 milliseconds