[Pkg-javascript-commits] [node-jsonstream] 50/214: set -e; to exit when a test fails
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 12:58:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-jsonstream.
commit b89532c59ca7c3be5144830c9aade69d15a3054c
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Fri Sep 7 13:42:56 2012 +0200
set -e; to exit when a test fails
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index c410efe..a953a84 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
},
"author": "Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)",
"scripts": {
- "test": "for t in test/*.js; do echo *** $t ***; node $t; done"
+ "test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
},
"optionalDependencies": {},
"engines": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git
More information about the Pkg-javascript-commits
mailing list