Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit f012696

Browse files
committed
meta: merge node/master into node-chakracore/master
Merge f75bc2c as of 2018-01-16 This commit was automatically generated. For any problems, please contact jackhorton Reviewed-By: Jack Horton <jahorto@microsoft.com>
2 parents a3dccd8 + f75bc2c commit f012696

23 files changed

+439
-408
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ check: test
145145
coverage-clean:
146146
if [ -d lib_ ]; then $(RM) -r lib; mv lib_ lib; fi
147147
$(RM) -r node_modules
148-
$(RM) -r gcovr testing
148+
$(RM) -r gcovr build
149149
$(RM) -r out/$(BUILDTYPE)/.coverage
150150
$(RM) -r .cov_tmp
151151
$(RM) out/$(BUILDTYPE)/obj.target/node/{src,gen}/*.gcda
@@ -172,7 +172,7 @@ coverage-build: all
172172
$(NODE) ./deps/npm install nyc --no-save --no-package-lock; fi
173173
if [ ! -d gcovr ]; then git clone --depth=1 \
174174
--single-branch git://github.com/gcovr/gcovr.git; fi
175-
if [ ! -d testing ]; then git clone --depth=1 \
175+
if [ ! -d build ]; then git clone --depth=1 \
176176
--single-branch https://github.com/nodejs/build.git; fi
177177
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
178178
(cd gcovr && patch -N -p1 < \

0 commit comments

Comments
 (0)