-
Notifications
You must be signed in to change notification settings - Fork 12k
chore(e2e): chdir back to the previous dir at the end of a test. #3287
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
Conversation
6834e84
to
f810c35
Compare
@@ -6,8 +6,6 @@ import {expectFileSizeToBeUnder} from '../../../utils/fs'; | |||
|
|||
|
|||
export default function(argv: any, skipCleaning: () => void) { | |||
const currentDir = process.cwd(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed, because the file uses this variable to switch directories after that (or maybe change https://github.com/angular/angular-cli/pull/3287/files#diff-826d2a48a6d98e1c11c9d7014d637925L27 (scroll up a bit after clicking so you can see the highlighted line) to read from env variables).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR solves that.
The travis is green, had to cancel it that's why it appears red. Travis seems to be having some problems. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.