[Pkg-javascript-commits] [node-coveralls] 312/332: merge patched into master
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:54:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 8399d3f1b0ddde5d37909a8ef1ca04521558dac0
Merge: 717a187 1dcb53c
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Sep 8 00:12:47 2017 +0200
merge patched into master
debian/.git-dpm | 4 ++--
...-Disable-a-test-that-need-a-full-git-tree.patch | 25 ++++++++++++++++++----
test/getOptions.js | 3 ++-
3 files changed, 25 insertions(+), 7 deletions(-)
diff --cc debian/.git-dpm
index b5a2062,0000000..d4061c6
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
+# see git-dpm(1) from git-dpm package
- 22ce90b2a70038e3a24375419e206b07322a74e5
- 22ce90b2a70038e3a24375419e206b07322a74e5
++1dcb53cbf819c2765d590271200cd9e203f71752
++1dcb53cbf819c2765d590271200cd9e203f71752
+9c96b6a69bb8ff6adb1db5594c487f677762f434
+9c96b6a69bb8ff6adb1db5594c487f677762f434
+node-coveralls_2.13.1.orig.tar.gz
+d70bb9acc1835ec4f063ff9dac5423c17b11f178
+16983
diff --cc debian/patches/0004-Disable-a-test-that-need-a-full-git-tree.patch
index 93f39f4,0000000..bb9cac9
mode 100644,000000..100644
--- a/debian/patches/0004-Disable-a-test-that-need-a-full-git-tree.patch
+++ b/debian/patches/0004-Disable-a-test-that-need-a-full-git-tree.patch
@@@ -1,46 -1,0 +1,63 @@@
- From 22ce90b2a70038e3a24375419e206b07322a74e5 Mon Sep 17 00:00:00 2001
++From 1dcb53cbf819c2765d590271200cd9e203f71752 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien at gmail.com>
+Date: Thu, 7 Sep 2017 23:06:35 +0200
+Subject: Disable a test that need a full git tree
+
+Forwarded; no
+---
+ test/fetchGitData.js | 3 ++-
- test/getOptions.js | 2 ++
- 2 files changed, 4 insertions(+), 1 deletion(-)
++ test/getOptions.js | 5 ++++-
++ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/test/fetchGitData.js b/test/fetchGitData.js
+index 012e129..cd42605 100644
+--- a/test/fetchGitData.js
++++ b/test/fetchGitData.js
+@@ -163,6 +163,7 @@ describe("fetchGitData", function(){
+ done();
+ });
+ });
++ /*
+ it("should execute git commands when a valid commit hash is given", function(done) {
+ process.env.COVERALLS_GIT_COMMIT = "HEAD";
+ process.env.COVERALLS_GIT_BRANCH = "master";
+@@ -178,5 +179,5 @@ describe("fetchGitData", function(){
+ options.remotes.length.should.be.above(0);
+ done();
+ });
+- });
++ });*/
+ });
+diff --git a/test/getOptions.js b/test/getOptions.js
- index 51e4fa0..cea0dee 100644
++index 51e4fa0..c6122ff 100644
+--- a/test/getOptions.js
++++ b/test/getOptions.js
+@@ -25,9 +25,11 @@ describe("getBaseOptions", function(){
+ it ("should detect detached git head if no hash passed in", function(done) {
+ testGitDetachedHeadDetection(getBaseOptions, done);
+ });
++ /*
+ it ("should fail local Git detection if no .git directory", function(done) {
+ testNoLocalGit(getBaseOptions, done);
+ });
++ */
+ it ("should set repo_token if it exists", function(done){
+ testRepoToken(getBaseOptions, done);
+ });
++@@ -143,6 +145,7 @@ describe("getOptions", function(){
++ it ("should set service_name and service_job_id if it's running via Surf", function(done){
++ testSurf(getOptions, done);
++ });
+++ /*
++ it ("should override set options with user options", function(done){
++ var userOptions = {service_name: 'OVERRIDDEN_SERVICE_NAME'};
++ process.env.COVERALLS_SERVICE_NAME = "SERVICE_NAME";
++@@ -150,7 +153,7 @@ describe("getOptions", function(){
++ options.service_name.should.equal("OVERRIDDEN_SERVICE_NAME");
++ done();
++ }, userOptions);
++- });
+++ });*/
++ });
++
++ var testServiceJobId = function(sut, done){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list