Hi, With https://github.com/openshift/origin/pull/9601 we enable running unit tests using delve debugger. Previously integration and extended networking had it enabled, but I've changed the envvar naming, to make it consistent across all the scripts. This means that if you want to run one of the above tests using delve do it like so:
DLV_DEBUG=y hack/test-go.sh DLV_DEBUG=y hack/test-integration.sh DLV_DEBUG=y test/extended/networking.sh Enjoy, Maciej
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
