-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
shell,tests: use Bash runfiles library in one test #5387
shell,tests: use Bash runfiles library in one test #5387
Conversation
See bazelbuild#4930 Change-Id: I148c0b1e4baa8ff44d86a6ee196bea7e9058320f
Change-Id: I85fe8ae81f0d928e25e5f42261346a6592892f7f
@@ -501,7 +507,6 @@ function assert_bazel_run() { | |||
} | |||
|
|||
setup_bazelrc | |||
setup_clean_workspace |
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.
Why removing this?
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.
Because it's also called again in create_and_cd_client
here: https://github.com/bazelbuild/bazel/pull/5387/files/ea9aaba28fff52d3332c07bc6c3ad444c4910f38#diff-c467ef71bdf4e156e40ab02be09dccd5R540
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.
Thanks for explaining!
@@ -501,7 +507,6 @@ function assert_bazel_run() { | |||
} | |||
|
|||
setup_bazelrc | |||
setup_clean_workspace |
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.
Thanks for explaining!
Change-Id: I249c9492d632a9b9ee9bc8bf0e921caf375a6cb1
I added 4b36391 because the test was failing on Mac on BuildKite. I hope it will fix that. |
Change-Id: Iba32f21ff6cad1b538c72cfd08ce24846843c124
Looks like it's fixed! |
See bazelbuild#4930 Change-Id: I148c0b1e4baa8ff44d86a6ee196bea7e9058320f Closes bazelbuild#5387. Change-Id: Iba32f21ff6cad1b538c72cfd08ce24846843c124 PiperOrigin-RevId: 200554084
See bazelbuild#4930 Change-Id: I148c0b1e4baa8ff44d86a6ee196bea7e9058320f Closes bazelbuild#5387. Change-Id: Iba32f21ff6cad1b538c72cfd08ce24846843c124 PiperOrigin-RevId: 200554084
See #4930
Change-Id: I148c0b1e4baa8ff44d86a6ee196bea7e9058320f