Reviewers: Jakob,
Message:
PTAL. Any reason why that is needed? I'd like to remove it to always enforce
json output on the bots.
Description:
[test] Remove default for zero test cases.
BUG=
Please review this at https://codereview.chromium.org/1153103003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+0, -4 lines):
M tools/run-tests.py
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index
274bb18ac62227573d98ab705eaacb805705cd36..9512a6fc1f460f15fa091ef427252545a923e236
100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -606,10 +606,6 @@ def Execute(arch, mode, args, options, suites,
workspace):
if options.report:
verbose.PrintReport(all_tests)
- if num_tests == 0:
- print "No tests to run."
- return 0
-
# Run the tests, either locally or distributed on the network.
start_time = time.time()
progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.