Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix doctools path on windows #4090

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Dec 7, 2019

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@fengmk2 fengmk2 requested a review from atian25 December 7, 2019 14:45
const cmd = `${doctools} build`;
console.log('Runing %j on %j', cmd, cwd);
await runscript(cmd, { cwd });
await runscript(`${doctools} build`, { cwd });
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

终于修复 windows 无法跑 doctools 的问题。是 npminstall 依赖的 npm 的官方包的 bug cnpm/npminstall#317

@codecov
Copy link

codecov bot commented Dec 7, 2019

Codecov Report

Merging #4090 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #4090   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          34      34           
  Lines         954     954           
======================================
  Hits          954     954

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f51a53...36c62e7. Read the comment docs.

@atian25 atian25 merged commit 2109505 into master Dec 9, 2019
@atian25 atian25 deleted the fix-doc-test-on-windows branch December 9, 2019 02:11
popomore pushed a commit that referenced this pull request Dec 9, 2019
test: fix doctools path on windows (#4090)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants