[Pkg-javascript-commits] [node-sha.js] 44/237: always run all tests

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 18f39f8e96ddebd86d32604b55c388e0c72306e1
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Fri Dec 27 15:11:33 2013 +0700

    always run all tests
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4adcc73..1f8441b 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
     "tape": "~2.3.2"
   },
   "scripts": {
-    "test": "set -e; for t in test/*.js; do node $t; done"
+    "test": "e=0; for t in test/*.js; do node $t; let e=$e+$?; done; exit $e"
   },
   "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