[Pkg-javascript-commits] [node-bluebird] 13/16: Finalise README.test

Ross Gammon ross-guest at moszumanska.debian.org
Sun Oct 15 13:03:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository node-bluebird.

commit d5349fc20fe2da7cd2d0e3a925daade45cd84c6c
Author: Ross Gammon <rosco2 at ubuntu.com>
Date:   Sun Oct 15 13:46:20 2017 +0200

    Finalise README.test
---
 debian/README.test | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/README.test b/debian/README.test
index 08004d3..a51313c 100644
--- a/debian/README.test
+++ b/debian/README.test
@@ -1,3 +1,6 @@
+Manual Tests
+============
+
 A small test of bluebird is to use a slightly modified version of the
 example snippets.js file found on the upstream wiki:
 https://github.com/petkaantonov/bluebird/wiki/Snippets#reading-directory-and-sub-directory-contents-recursively
@@ -22,21 +25,9 @@ readDir(".").then(function(v){
     console.log(v.join("\n"));
 });
 
-Then from the source tree run: $ nodejs snippets.js
+Then from the source tree run: $ node snippets.js
 You should see a recursive file listing of your current directory
 
-Note: At the moment this doesn't work, because we need to install the
-bluebird.js created by the upstream build.js --main option.
-To observe this problem, run the following in the source tree:
-	$ NODE_PATH=src nodejs tools/build.js --no-debug --main
-	$ NODE_PATH=js/main nodejs snippets.js
-works. Note that you have to have all the dev dependencies installed before
-running the build command (using "npm install" in the root source directory
-until we have them packaged).
-
-Running:
-	$ NODE_PATH=src nodejs snippets.js
-fails.
-
 To do:
-Add a test for the browser (libjs) version of bluebird.
+Add a test for the browser (libjs) version of bluebird once we have
+a browser package (once brpwserify is in Debian).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-bluebird.git



More information about the Pkg-javascript-commits mailing list