Index: build/android/run_tests.py |
diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
index 15186026629e4e22ca5d3bcd6defc79e2f061751..a77b75f68fc8378e9de9082ab0e53f7f8ecdef56 100755 |
--- a/build/android/run_tests.py |
+++ b/build/android/run_tests.py |
@@ -117,7 +117,7 @@ def FullyQualifiedTestSuites(exe, option_test_suite, build_type): |
'Supported test suites:\n %s\n' |
'Ensure it has been built.\n', |
t, q, _TEST_SUITES) |
- return [] |
+ sys.exit(1) |
Isaac (away)
2012/11/30 22:53:52
lets raise an exception instead of calling sys.exi
frankf
2012/11/30 23:02:00
Done.
On 2012/11/30 22:53:52, Isaac wrote:
|
return qualified_test_suites |