Source: node-oauth
Version: 0.9.11-1
Severity: normal

Debian policy defines the "nocheck" build profile to enable skipping any
tests. I would need to skip tests because the tests access the network (see
http://bugs.debian.org/830214) and my build machine doesn't allow DNS
resolution.

The contents of override_dh_auto_test should be wrapped in
ifeq ($(filter nocheck, $(DEB_BUILD_OPTIONS)),)
   ....
endif

Reply via email to