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(smokehouse): fix tmp dir usage #9855

Merged
merged 1 commit into from
Oct 17, 2019
Merged

Conversation

connorjclark
Copy link
Collaborator

If you don't run LH in the root directory, this breaks.

Also, the test.sh release script doesn't have a .tmp folder, so this breaks there too.

I plan on following up later with a centralized place to make temporary files (we do this in a few different places).

@@ -9,6 +9,7 @@
/* eslint-disable no-console */

const fs = require('fs');
const mkdirp = require('mkdirp');
Copy link
Member

Choose a reason for hiding this comment

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

we really should have switched everything over to make-dir (or fs.mkdir after the move to node 10), but good for now

@brendankenny brendankenny merged commit e3fcd6e into master Oct 17, 2019
@brendankenny brendankenny deleted the smokehouse-tmp-release branch October 17, 2019 20:11
brendankenny added a commit that referenced this pull request Oct 17, 2019
@connorjclark connorjclark mentioned this pull request Oct 17, 2019
14 tasks
brendankenny added a commit that referenced this pull request Oct 17, 2019
brendankenny added a commit that referenced this pull request Oct 21, 2019
brendankenny added a commit that referenced this pull request Oct 25, 2019
brendankenny added a commit that referenced this pull request Oct 25, 2019
brendankenny added a commit that referenced this pull request Oct 28, 2019
brendankenny added a commit that referenced this pull request Oct 30, 2019
brendankenny added a commit that referenced this pull request Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants