[Pkg-javascript-commits] [node-browserify-zlib] 47/50: Fix testsuite

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 13:09:42 UTC 2017


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

rouca pushed a commit to branch master
in repository node-browserify-zlib.

commit 065aba84e932f2774262985fd1cae83c254469e5
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Dec 15 12:59:21 2017 +0100

    Fix testsuite
    
    Fix testsuite by not printing something
    
    Forwarded: no
---
 test/test-zlib-write-after-flush.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-zlib-write-after-flush.js b/test/test-zlib-write-after-flush.js
index 2ab74be..652c8b4 100755
--- a/test/test-zlib-write-after-flush.js
+++ b/test/test-zlib-write-after-flush.js
@@ -21,7 +21,7 @@ process.on('exit', function() {
   // Make sure that the flush flag was set back to normal
   assert.equal(gzip._flushFlag, zlib.Z_NO_FLUSH);
 
-  console.log('ok');
+  //console.log('ok');
 });
 
 // make sure that flush/write doesn't trigger an assert failure

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



More information about the Pkg-javascript-commits mailing list