diff --git a/.circleci/doTests.sh b/.circleci/doTests.sh index 024ba4e50..9089747b1 100755 --- a/.circleci/doTests.sh +++ b/.circleci/doTests.sh @@ -180,9 +180,9 @@ do then echo "Copying output from plugin" ls -R ~/supertokens-root/supertokens-$pluginToTest-plugin/ - echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml" + echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/.xml" cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/.xml ~/junit/ - cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/.xml" ~/junit/ + cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/.xml ~/junit/ fi fi