Skip to content

Commit f859e3b

Browse files
committed
test: try and improve flaky tests
1 parent 0adb4e6 commit f859e3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/doTests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,15 @@ do
174174
echo "Copying output from core"
175175
ls ~/supertokens-root/supertokens-core/build/test-results/test/
176176
cp ~/supertokens-root/supertokens-core/build/test-results/test/*.xml ~/junit/
177+
cp ~/supertokens-root/supertokens-core/build/test/test/*.xml ~/junit/
177178

178179
if [[ $pluginToTest != "sqlite" ]]
179180
then
180181
echo "Copying output from plugin"
181-
ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/build/"
182+
ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/"
182183
echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml"
183184
cp "~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml" ~/junit/
185+
cp "~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/*.xml" ~/junit/
184186
fi
185187
fi
186188

0 commit comments

Comments
 (0)