We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503b906 commit 6b0319bCopy full SHA for 6b0319b
.circleci/config.yml
@@ -199,7 +199,7 @@ jobs:
199
name: Run Windows tests in parallel
200
command: |
201
echo "PWD: $PWD"
202
- echo "PWD_WSL: $(echo $PWD | sed 's|/c/|C:\\|g; s|/|\\|g')"
+ echo "PWD_WSL: $(echo $PWD | sed 's|/c/|C:\\\\|g; s|/|\\\\|g')"
203
GLOB=$(circleci tests glob "test/windows/**/*.spec.ts")
204
echo "GLOB: $GLOB"
205
GLOB_SED=$(echo $GLOB | sed s#$(pwd)\\\\##g | sed 's#\\\\#/#g')
0 commit comments