| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index e8a9598491ccbc6f392609fda84fe0ff9d155163..78a7edc35e9614f291a43bc1a35ed5dd50551a29 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -612,10 +612,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]()
|
|
|