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

Create mutable variable store #514

Closed

Conversation

RoboticPrism
Copy link
Contributor

Summary:
Create a variable store that we can mutate between test steps. Move WorkDir into this variable store so that we can mutate the work dir for a future cd step.

In the future if we want to carry any other information between steps in a mutable fashion, all we need to do is add a new variable to this struct.

Differential Revision: D63457210

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63457210

Summary:
Pull Request resolved: facebookincubator#514

Create a variable store that we can mutate between test steps.  Move WorkDir into this variable store so that we can mutate the work dir for a future cd step.

In the future if we want to carry any other information between steps in a mutable fashion, all we need to do is add a new variable to this struct.

Reviewed By: inesusvet

Differential Revision: D63457210
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D63457210

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1b645b8.

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