Remove the 'Test Finished' step from run_tests.py.
commit8848edb12734050359fcc3ca38615de29d09030b
authormkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 10 May 2012 15:00:56 +0000 (10 15:00 +0000)
committermkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 10 May 2012 15:00:56 +0000 (10 15:00 +0000)
treea30a62059777b1fcf8c56f5236d34d7ddc237b50
parenta26b74bc5490388c6e355e6f4e8bc4c252645c0f
Remove the 'Test Finished' step from run_tests.py.

The 'Test Finished' step was introduced in r130823 to absorb the
non-zero exit status which we'd get if any of the test suites in
the batch would fail.
Since the run_tests.py script will print a STEP_FAILURE annotation
for every suite the exit status is redundant and therefore should
be removed.

BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10382100

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136302 0039d316-1c4b-4281-b951-d872f2087c98
build/android/run_tests.py