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

harness: Make the harness more Windows friendly. #368

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Sep 14, 2023

Msys automatically transforms paths for executed commands, but it is unable to do that for paths in the config files. This updates all of the paths in the config files to use relative paths instead so they work with the various processes.

It also use the posix compliant shebang for locating bash, adds a new variable to control whether or not the profiling ports are enabled, and disables postgres by default.

Msys automatically transforms paths for executed commands, but it is
unable to do that for paths in the config files.  This updates all of
the paths in the config files to use relative paths instead so they work
with the various processes.

It also use the posix compliant shebang for locating bash, adds a new
variable to control whether or not the profiling ports are enabled, and
disables postgres by default.
@davecgh
Copy link
Member Author

davecgh commented Sep 14, 2023

Tested on linux as well to ensure it still works properly there.

@jholdstock jholdstock merged commit ed77523 into decred:master Sep 15, 2023
2 checks passed
@davecgh davecgh deleted the harness_win_friendly branch September 15, 2023 15:40
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