Uh oh!
There was an error while loading. Please reload this page.
Fix GH-10489: run-tests.php does not escape path when building cmd - #10560
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7a0635a to
8cd9090CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d77cb70 to
cbc10c6Comparendossche
commented
Feb 13, 2023
I applied @Girgias 's feedback and everything's green :). |
Uh oh!
There was an error while loading. Please reload this page.
c25e501 to
8dae878CompareUh oh!
There was an error while loading. Please reload this page.
Girgias
commented
Feb 21, 2023
Can you please rebase this onto master, as trying to merge this upwards is a massive hassle and I don't think it's really worth it to fix in release versions... |
ndossche
commented
Feb 23, 2023
Finally rebased this on master. |
Girgias
commented
Feb 24, 2023
Windows seems to be failing for reasons |
ndossche
commented
Feb 24, 2023
Is it possible to retrigger Windows alone, or should I just rerun all of CI by doing rebase+force push? |
Girgias
commented
Feb 25, 2023
I don't think I can retrigger appveyor sadly :/ |
Multiple tests had to be changed to escape the arguments in shell commands. Some tests are skipped because they behave differently with spaces in the path versus without. One notable example of this is the hashbang test which does not work because spaces in hashbangs paths are not supported in Linux.
Girgias
commented
Feb 25, 2023
Thank you! |
FixesGH-10489
Multiple tests had to be changed to escape the arguments in shell
commands. Some tests are skipped because they behave differently with
spaces in the path versus without. One notable example of this is the
hashbang test which does not work because spaces in hashbangs paths are
not supported in Linux.