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 @@ -193,9 +193,9 @@ jobs:
193193 echo "GLOB_SED: $GLOB_SED"
194194 LIST_TEST=$(npx jest --listTests --config test/windows/jest.config.js)
195195 echo "LIST_TEST: $LIST_TEST"
196- LIST_TEST_SED=$(echo $LIST_TEST | sed s# $(pwd)\\\\ ##g | sed 's#\\\\#/#g')
196+ LIST_TEST_SED=$(echo $LIST_TEST | sed 's#" $(pwd)" ##g' | sed 's#\\\\#/#g')
197197 echo "LIST_TEST_SED: $LIST_TEST_SED"
198- LIST_TEST_SED_TWO=$(echo $LIST_TEST | sed s#$(pwd)##g | sed 's#\\\\#/#g')
198+ LIST_TEST_SED_TWO=$(echo $LIST_TEST | sed s#$(pwd)\\\\ ##g | sed 's#\\\\#/#g')
199199 echo "LIST_TEST_SED_TWO: $LIST_TEST_SED_TWO"
200200 TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\\\#/#g')
201201 echo "TEST: $TEST"
You can’t perform that action at this time.
0 commit comments