File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 179179 if [[ $pluginToTest != " sqlite" ]]
180180 then
181181 echo " Copying output from plugin"
182- ls -R " ~/supertokens-root/supertokens-$pluginToTest -plugin/"
182+ ls -R ~ /supertokens-root/supertokens-$pluginToTest -plugin/
183183 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/
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/
186186 fi
187187 fi
188188
You can’t perform that action at this time.
0 commit comments