[Pkg-javascript-commits] [node-sha.js] 45/237: didin't work
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:02:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-sha.js.
commit 254a4e8c3e4fe79c8ce4cacd23a91426e9d8f32f
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Fri Dec 27 15:15:46 2013 +0700
didin't work
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 1f8441b..eede663 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"tape": "~2.3.2"
},
"scripts": {
- "test": "e=0; for t in test/*.js; do node $t; let e=$e+$?; done; exit $e"
+ "test": "set -e; for t in test/*.js; do node $t; done;"
},
"author": "Dominic Tarr <dominic.tarr at gmail.com> (dominictarr.com)",
"license": "MIT",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git
More information about the Pkg-javascript-commits
mailing list