Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ycm-core/ycmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c35f3fd6e30bad45b5903d1a94080bce83be1bf
Choose a base ref
..
head repository: ycm-core/ycmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb3df8d62afed144f3f3f97117e5a88e8c3e6565
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 run_tests.py
4 changes: 2 additions & 2 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -250,11 +250,11 @@ def UnittestValgrind( parsed_args, extra_unittest_args ):


def UnittestTests( parsed_args, extra_unittest_args ):
prefer_regular = any( p.isfile( arg ) for arg in extra_unittest_args )
prefer_regular = any( p.isfile( arg ) for arg in extra_unittest_args )
unittest_args = BASE_UNITTEST_ARGS

if not prefer_regular:
unittest_args += [ '-p', '*_test.py' ]
unittest_args += [ '-p', '*_test.py' ]

if parsed_args.quiet:
unittest_args.append( '-q' )