[Pkg-javascript-commits] [node-tap] 184/186: Disable test needing home

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 16:40:59 UTC 2017


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

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

commit 82c9258dd18793788cf8025f75022b1eb7116020
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Dec 1 17:24:44 2017 +0100

    Disable test needing home
    
    Build daemon have no home
    
    Forwarded: no
---
 test/stack.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/stack.js b/test/stack.js
index 8822222..63716ce 100644
--- a/test/stack.js
+++ b/test/stack.js
@@ -12,7 +12,7 @@ t.test('in tapdir, no envs', t => {
   t.notMatch(stack, '\.node-spawn-wrap')
   t.end()
 })
-
+/*
 t.test('in ~, no envs', t => {
   delete require.cache[require.resolve('../lib/stack.js')]
   process.chdir(process.env.HOME)
@@ -33,7 +33,7 @@ t.test('in home, longstack', t => {
   t.notMatch(stack, '\.node-spawn-wrap')
   t.end()
 })
-
+*/
 t.test('in tapdir, shortstack', t => {
   delete require.cache[require.resolve('../lib/stack.js')]
   process.chdir(path.resolve(__dirname, '..'))

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



More information about the Pkg-javascript-commits mailing list