We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1657a0 commit b1363fcCopy full SHA for b1363fc
.circleci/doTests.sh
@@ -180,9 +180,9 @@ do
180
then
181
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"
+ 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/
+ cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/.xml ~/junit/
186
fi
187
188
0 commit comments