am 79ac8770
: Merge change 4834 into donut
Merge commit '79ac87704d2e38afb06356704e4b52c739237f40' * commit '79ac87704d2e38afb06356704e4b52c739237f40': Fix a bug where wrong variable was used for comparison.
This commit is contained in:
committed by
The Android Open Source Project
commit
aba6af9277
@ -131,7 +131,7 @@ def CompareResults(ref_dir, results_dir):
|
||||
result_file_name = "layout_tests_" + f + ".txt"
|
||||
DiffResults(f, os.path.join(results_dir, result_file_name),
|
||||
os.path.join(ref_dir, result_file_name), diff_result,
|
||||
False, files != "passed")
|
||||
False, f != "passed")
|
||||
logging.info("Detailed diffs are in " + diff_result)
|
||||
|
||||
def main(options, args):
|
||||
|
Reference in New Issue
Block a user