From 1d65210d275136943f092b7a8c51effeaf092078 Mon Sep 17 00:00:00 2001 From: cmtice Date: Wed, 22 Apr 2015 13:59:55 -0700 Subject: Fix various unittest failures. Over the past few months some of the unittests have not kept up with code changes and have stopped working. This CL fixes that. BUG=None TEST=Ran all the unittests by hand. Change-Id: I4fdd09846ae92ce2d45ec478a39ff3ece30b4579 Reviewed-on: https://chrome-internal-review.googlesource.com/214134 Reviewed-by: Luis Lozano Commit-Queue: Caroline Tice Tested-by: Caroline Tice --- crosperf/experiment_file_unittest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crosperf/experiment_file_unittest.py') diff --git a/crosperf/experiment_file_unittest.py b/crosperf/experiment_file_unittest.py index 41e4a4c6..1adba31e 100755 --- a/crosperf/experiment_file_unittest.py +++ b/crosperf/experiment_file_unittest.py @@ -64,8 +64,8 @@ EXPERIMENT_FILE_3 = """ } """ -OUTPUT_FILE="""remote: chromeos-alex3 -board: x86-alex +OUTPUT_FILE="""board: x86-alex +remote: chromeos-alex3 perf_args: record -a -e cycles benchmark: PageCycler { -- cgit v1.2.3