Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Ddexter_tests.py93 actual_output = Run(cmd) variable
102 f.write(actual_output)
105 cmp_output = Run('diff "%s" -' % expected_filename, actual_output)
/tools/asuite/adevice/src/
Ddevice.rs610 let actual_output = r#" in package_manager_output_parsing() localVariable
618 assert_eq!(expected, apks_from_pm_list_output(actual_output)); in package_manager_output_parsing()