[Pkg-javascript-commits] [node-mocks-http] 08/296: Run tests that are in the examples directory.
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit 3e51145431b0e10c54961567b4fd9bdb291fc4bc
Author: Howard Abrams <howard at cloud-eco.com>
Date: Sun Feb 19 10:09:02 2012 -0800
Run tests that are in the examples directory.
---
run-tests | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run-tests b/run-tests
index d482f4e..142dc79 100755
--- a/run-tests
+++ b/run-tests
@@ -58,7 +58,7 @@ fi
echo "Executing tests..."
# OPTS="--reporter junit --output test/results"
-FILES="`find test -name 'test-*.js'`"
+FILES="`find test -name 'test-*.js'` `find examples -name '*.js'`"
# echo nodeunit $OPTS $FILES
exec nodeunit $OPTS $FILES
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list