Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ea0eced

Browse files
author
Chris Yang
committed
raise exception
1 parent 7a5acc0 commit ea0eced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ def run_objc_tests(ios_variant='ios_debug_sim_unopt', test_filter=None):
767767
test_command[0] = test_command[0] + ' -only-testing:%s' % test_filter
768768
try:
769769
run_cmd(test_command, cwd=ios_unit_test_dir, shell=True)
770-
771770
except:
772771
# The LUCI environment may provide a variable containing a directory path
773772
# for additional output files that will be uploaded to cloud storage.
@@ -782,6 +781,7 @@ def run_objc_tests(ios_variant='ios_debug_sim_unopt', test_filter=None):
782781
)
783782
# xcresults contain many little files. Archive the bundle before upload.
784783
shutil.make_archive(dump_path, 'zip', root_dir=xcresult_bundle)
784+
raise
785785

786786
finally:
787787
delete_simulator(new_simulator_name)

0 commit comments

Comments
 (0)