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

github action workflow for windows testing #444

Merged
merged 2 commits into from
Mar 20, 2020
Merged

Conversation

alfred-landrum
Copy link
Contributor

@alfred-landrum alfred-landrum commented Mar 20, 2020

These are the same changes as #434 that were already approved, but I accidentally merged that PR to a separate branch, not master.

alfred-landrum and others added 2 commits March 20, 2020 08:25
Make pkg/test.Exec work with windows. Remove the reference to bash
and call the command directly. Make sure the path arg to exec.Command
is a path, not just a command name, otherwise we'll trigger the usage
of exec.LookPath on windows, which expects to use the PATH in the
current process environment, and can't be overridden without an os.Setenv.

Make it so shell script system tests only build/run on linux amd mac
hosts.
@alfred-landrum alfred-landrum requested a review from a team March 20, 2020 15:31
@alfred-landrum alfred-landrum merged commit 75c51ee into master Mar 20, 2020
@alfred-landrum alfred-landrum deleted the windows-testing branch March 20, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants