File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ jobs:
222222 PWD_WSL=$(echo $PWD | sed 's|/c/|C:\\\\|g; s|/|\\\\|g')
223223 GLOB=$(circleci tests glob "test/windows/**/*.spec.ts")
224224 echo "GLOB: $GLOB"
225- GLOB_SED=$(echo $GLOB | sed s#$PWD_WSL\\\\ ##g | sed 's#\\\\#/#g')
225+ GLOB_SED=$(echo $GLOB | sed s#$PWD_WSL##g | sed 's#\\\\#/#g')
226226 echo "GLOB_SED: $GLOB_SED"
227227 LIST_TEST=$(npx jest --listTests --config test/windows/jest.config.js)
228228 echo "LIST_TEST: $LIST_TEST"
229- LIST_TEST_SED=$(echo $LIST_TEST | sed 's#" $PWD_WSL" ##g' | sed 's#\\\\#/#g')
229+ LIST_TEST_SED=$(echo $LIST_TEST | sed s# $PWD_WSL##g | sed 's#\\\\#/#g')
230230 echo "LIST_TEST_SED: $LIST_TEST_SED"
231231 LIST_TEST_SED_TWO=$(echo $LIST_TEST | sed s#$PWD_WSL\\\\##g | sed 's#\\\\#/#g')
232232 echo "LIST_TEST_SED_TWO: $LIST_TEST_SED_TWO"
You can’t perform that action at this time.
0 commit comments