mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
build: fix handling NMTST_SKIP_PYTHON_BLACK for skipping make check-python-black test
Fixes:c537852231('build: optionally skip python black check by setting NMTST_SKIP_PYTHON_BLACK=1') (cherry picked from commitebbc2c9c0d)
This commit is contained in:
parent
03b63a893f
commit
b9f802122a
1 changed files with 1 additions and 1 deletions
|
|
@ -5302,7 +5302,7 @@ include Makefile.examples
|
||||||
|
|
||||||
if WITH_PYTHON_BLACK
|
if WITH_PYTHON_BLACK
|
||||||
check-python-black:
|
check-python-black:
|
||||||
test "$$NMTST_SKIP_PYTHON_BLACK" != 1 && $(BLACK) --check $(top_srcdir) $(top_srcdir)/examples/python/gi/nm-wg-set
|
test "$$NMTST_SKIP_PYTHON_BLACK" == 1 || $(BLACK) --check $(top_srcdir) $(top_srcdir)/examples/python/gi/nm-wg-set
|
||||||
check_local += check-python-black
|
check_local += check-python-black
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue