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

RQD: fixes for runWindows #1215

Conversation

ndeebook
Copy link
Contributor

Hello !

Here are the changes I needed to make RQD work for our usage on Windows.
Let me know if I need to change anything.

RQD Fixes for Windows:

  • Use environment with subprocess.Popen on Windows (runWindows)
  • Fix environment for Windows (add PATH, remove MAIL and HOME)
  • Escape some characters in the .bat file

RQD Fix for all platforms:

  • Don't replace the PATH variable but extend it instead (it was required for some of my usage on Windows)

Issues:

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 18, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: ndeebook / name: Olivier Evers (6b6c3c2)

@ndeebook ndeebook force-pushed the rqd_bugfix_use-env-on-windows branch from 272376d to 9b6bbda Compare October 18, 2022 08:39
* fix and use environment in subprocess.Popen
* escape some characters in the .bat file
@ndeebook ndeebook force-pushed the rqd_bugfix_use-env-on-windows branch from 9b6bbda to 6b6c3c2 Compare October 18, 2022 11:21
Copy link
Collaborator

@DiegoTavares DiegoTavares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@bcipriano bcipriano merged commit 3742ff0 into AcademySoftwareFoundation:master Oct 27, 2022
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.

None yet

3 participants