File: 0001-Adjusting-mocha-path-on-Makefile.patch

package info (click to toggle)
libjs-sifter.js 0.6.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: javascript: 1,016; makefile: 53
file content (27 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Sergio Durigan Junior <sergiodj@sergiodj.net>
Date: Mon, 15 Aug 2016 19:26:12 -0400
Subject: Adjusting mocha path on Makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 97a61c0..35845cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: compile test test-ci release benchmark
 
-MOCHA=node_modules/.bin/mocha
+MOCHA=mocha
 COVERALLS=node_modules/.bin/coveralls
 _MOCHA=node_modules/.bin/_mocha
 ISTANBUL=node_modules/.bin/istanbul
@@ -54,4 +54,4 @@ else
 	git push origin --tags
 	npm publish
 	@echo "\033[32mv${version} released\033[0;39m"
-endif
\ No newline at end of file
+endif