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

Windows CI: The syntax of the command is incorrect. #2378

Closed
KhafraDev opened this issue Oct 25, 2023 · 0 comments · Fixed by #2379
Closed

Windows CI: The syntax of the command is incorrect. #2378

KhafraDev opened this issue Oct 25, 2023 · 0 comments · Fixed by #2379
Labels
bug Something isn't working

Comments

@KhafraDev
Copy link
Member

windows 18 & 20 consistently fail 80% of the way into the WPTs with The syntax of the command is incorrect.

the fix might be to replace the forward slashes for paths with \\, but then it won't work on other platforms.

"test:wpt": "node scripts/verifyVersion 18 || (node test/wpt/start-fetch.mjs && node test/wpt/start-FileAPI.mjs && node test/wpt/start-mimesniff.mjs && node test/wpt/start-xhr.mjs && node --no-warnings --expose-internals test/wpt/start-websockets.mjs)",

@KhafraDev KhafraDev added the bug Something isn't working label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant