checklicenses.py: check the first 150 lines of a file

It should solve the recent failure seen since gdf164df

Change-Id: If86bff18fcd9157941ea843ad5029c9d0b2f0b32
Reviewed-on: https://code.wireshark.org/review/7659
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Pascal Quantin 2015-03-12 19:13:11 +01:00 committed by Graham Bloice
parent 8bae919a5d
commit 17b57ecbf8
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ def check_licenses(options, args):
licensecheck_path = 'licensecheck'
licensecheck = subprocess.Popen([licensecheck_path,
'-l', '100',
'-l', '150',
'-r', start_dir],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)