[Pkg-javascript-commits] [node-tap] 01/06: Disable segv test if gcc is missing
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Feb 1 09:12:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-tap.
commit 4b6597304b9ad3bb864937d527f3338a09eb1fdd
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Dec 20 18:17:44 2016 +0100
Disable segv test if gcc is missing
---
debian/patches/tests.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/debian/patches/tests.patch b/debian/patches/tests.patch
index ff684a8..3b5cb51 100644
--- a/debian/patches/tests.patch
+++ b/debian/patches/tests.patch
@@ -179,3 +179,13 @@ Author: Jérémy Lal <kapouer at melix.org>
t.beforeEach(function (cb) {
var self = this
+--- a/test/segv.js
++++ b/test/segv.js
+@@ -3,6 +3,7 @@
+ tap.plan(0, 'skip on windows')
+ process.exit()
+ }
++if (require('fs').existsSync('/usr/bin/gcc') == false) process.exit()
+ var test = tap.test
+ var Test = tap.Test
+ var fs = require('fs')
--
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