Skip to content
Snippets Groups Projects
Commit 46b9d72c authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

Enable nocheck build profile

parent a5beb853
Branches
Tags
No related merge requests found
......@@ -6,8 +6,8 @@ Uploaders: Hari Govind S <harigovindind@gmail.com>
Build-Depends:
debhelper (>= 11)
, nodejs
, node-tap
Standards-Version: 4.1.4
, node-tap <!nocheck>
Standards-Version: 4.1.2
Homepage: https://github.com/zkat/json-parse-better-errors#readme
Vcs-Git: https://salsa.debian.org/js-team/node-json-parse-better-errors.git
Vcs-Browser: https://salsa.debian.org/js-team/node-json-parse-better-errors
......
......@@ -10,6 +10,6 @@
#override_dh_auto_build:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
tap -J --coverage test/*.js
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment