Skip to content

Commit

Permalink
test: try and improve flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 29, 2024
1 parent 0adb4e6 commit f859e3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/doTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,15 @@ do
echo "Copying output from core"
ls ~/supertokens-root/supertokens-core/build/test-results/test/
cp ~/supertokens-root/supertokens-core/build/test-results/test/*.xml ~/junit/
cp ~/supertokens-root/supertokens-core/build/test/test/*.xml ~/junit/

if [[ $pluginToTest != "sqlite" ]]
then
echo "Copying output from plugin"
ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/build/"
ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/"
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/
fi
fi

Expand Down

0 comments on commit f859e3b

Please sign in to comment.