Kaydet (Commit) edc7a669 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Disable PythonTest_solenv_python on Windows for now

...causes all gerrit/jenkins Windows builds to fail in test_gbuildtoide; Björn
to investigate...

Change-Id: I90f95e4a91f40835d2b2d9c67a6473b95fb81597
üst 5b9a2588
......@@ -22,9 +22,11 @@ $(eval $(call gb_Module_add_targets,solenv,\
endif
ifneq ($(DISABLE_PYTHON),TRUE)
ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures
$(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\
PythonTest_solenv_python \
))
endif
endif
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment