[Pkg-javascript-commits] [node-assertion-error] 03/05: patch node command
Sruthi Chandran
srud-guest at moszumanska.debian.org
Wed Oct 12 17:58:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository node-assertion-error.
commit b0b8602e95b1e1ed945a55ae90888ed77fcaa090
Author: Syam G Krishnan <sgk at riseup.net>
Date: Wed Oct 12 09:20:21 2016 +0530
patch node command
---
debian/patches/fix-node-command.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/fix-node-command.patch b/debian/patches/fix-node-command.patch
new file mode 100644
index 0000000..45cf008
--- /dev/null
+++ b/debian/patches/fix-node-command.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -7,7 +7,7 @@
+
+ test-node:
+ @printf "\n ==> [Node.js]\n"
+- @NODE_ENV=test node ./test/index.js
++ @NODE_ENV=test nodejs ./test/index.js
+
+ test-browser:
+ @printf "\n ==> [Browser]\n"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..81cf5d6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-node-command.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-assertion-error.git
More information about the Pkg-javascript-commits
mailing list