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 0eee097 commit 0adb4e6Copy full SHA for 0adb4e6
.circleci/doTests.sh
@@ -178,9 +178,9 @@ do
178
if [[ $pluginToTest != "sqlite" ]]
179
then
180
echo "Copying output from plugin"
181
- echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/*.xml"
182
- ls "~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/"
183
- cp "~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/*.xml" ~/junit/
+ ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/build/"
+ echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml"
+ cp "~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml" ~/junit/
184
fi
185
186
0 commit comments