VirtualBox

Changeset 79091 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 11, 2019 3:15:30 PM (6 years ago)
Author:
vboxsync
Message:

*.kmk: Don't use double colon for pylint rule as if effectively disables parallel execution of pylint when 'kmk pylint' is invoked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Config.kmk

    r79067 r79091  
    175175$(eval name:=$(basename $(notdir $(py))))
    176176
    177 pylint::   $(name)-py-phony.o
     177pylint:   $(name)-py-phony.o
    178178$(name).o: $(name)-py-phony.o
    179179$(PATH_TARGET)/pylint/$(name).o $(name)-py-phony.o:: $(py) | $(PATH_TARGET)/pylint/
     
    186186
    187187ifn1of ($(py),$(VBOX_VALIDATIONKIT_PYUNITTEST_EXCLUDE))
    188 pyunittest:: $(name)-pyunittest.o
     188pyunittest: $(name)-pyunittest.o
    189189$(PATH_TARGET)/pyunittest/$(name).o $(name)-pyunittest.o:: $(py) | $(PATH_TARGET)/pyunittest/
    190190        $(QUIET2)$(call MSG_L1,Unittesting Python source $(py)...)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette