[Pkg-javascript-commits] [node-chalk] 04/05: remove patch for tests we're not even running

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Wed Jul 30 06:09:29 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-chalk.

commit 64d9b6d48f30fd9c43d22fbdf6bc00ab0aa8ebda
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Jul 28 16:49:14 2014 +0000

    remove patch for tests we're not even running
---
 debian/patches/override-detection.patch | 19 -------------------
 debian/patches/series                   |  1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/override-detection.patch b/debian/patches/override-detection.patch
deleted file mode 100644
index 98d06f7..0000000
--- a/debian/patches/override-detection.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: override supports color detection
- chalk detects whether it should use colors and depends on that value for
- tests. This breaks tests when running as a subprocess. This forces
- "supports color" detection to on which makes the tests pass.
-Author: Andrew Kelley <superjoe30 at gmail.com>
-Forwarded: no
-Last-Update: 2014-07-01
-
---- node-chalk-0.4.0.orig/test.js
-+++ node-chalk-0.4.0/test.js
-@@ -3,6 +3,8 @@
- var assert = require('assert');
- var chalk = require('./');
- 
-+chalk.enabled = true;
-+
- describe('chalk', function () {
- 	it('should style string', function () {
- 		assert.equal(chalk.underline('foo'), '\u001b[4mfoo\u001b[24m');
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d796538..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-override-detection.patch

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



More information about the Pkg-javascript-commits mailing list