You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wasm] Fix running debugger tests on windows (#87228)
* [wasm] Fix running debugger tests on windows
.. by making sure to escape `&` in the command line. This was introduced
in:
```
commit e96321d
Author: Ilona Tomkowicz <[email protected]>
Date: Tue Jun 6 05:59:43 2023 +0200
[wasm][debugger] Disable failing multithreading debugger tests (#86501)
```
.. but missed CI due to the helix outage.
* Fix escaping ! on windows
0 commit comments