File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 172172 if [ -d ~ /junit ]
173173 then
174174 echo " Copying output from core"
175- ls ~ /supertokens-root/supertokens-core/build/test-results/test/
176175 cp ~ /supertokens-root/supertokens-core/build/test-results/test/* .xml ~ /junit/
177- cp ~ /supertokens-root/supertokens-core/build/test/test/* .xml ~ /junit/
178176
179177 if [[ $pluginToTest != " sqlite" ]]
180178 then
181179 echo " Copying output from plugin"
182- ls -R ~ /supertokens-root/supertokens-$pluginToTest -plugin/
183- echo " Using path: ~/supertokens-root/supertokens-$pluginToTest -plugin/build/test/test/.xml"
184- cp ~ /supertokens-root/supertokens-$pluginToTest -plugin/build/test/test/.xml ~ /junit/
185- cp ~ /supertokens-root/supertokens-$pluginToTest -plugin/build/test-results/test/.xml ~ /junit/
180+ cp ~ /supertokens-root/supertokens-$pluginToTest -plugin/build/test-results/test/* .xml ~ /junit/
186181 fi
187182 fi
188183
You can’t perform that action at this time.
0 commit comments