File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 174174 echo " Copying output from core"
175175 ls ~ /supertokens-root/supertokens-core/build/test-results/test/
176176 cp ~ /supertokens-root/supertokens-core/build/test-results/test/* .xml ~ /junit/
177+ cp ~ /supertokens-root/supertokens-core/build/test/test/* .xml ~ /junit/
177178
178179 if [[ $pluginToTest != " sqlite" ]]
179180 then
180181 echo " Copying output from plugin"
181- ls -R " ~/supertokens-root/supertokens-$pluginToTest -plugin/build/ "
182+ ls -R " ~/supertokens-root/supertokens-$pluginToTest -plugin/"
182183 echo " Using path: ~/supertokens-root/supertokens-$pluginToTest -plugin/build/test/test/*.xml"
183184 cp " ~/supertokens-root/supertokens-$pluginToTest -plugin/build/test/test/*.xml" ~ /junit/
185+ cp " ~/supertokens-root/supertokens-$pluginToTest -plugin/build/test-results/test/*.xml" ~ /junit/
184186 fi
185187 fi
186188
You can’t perform that action at this time.
0 commit comments