Skip to content

Commit d745cb6

Browse files
committed
test: try and improve flaky tests
1 parent b1363fc commit d745cb6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/doTests.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,17 +172,12 @@ do
172172
if [ -d ~/junit ]
173173
then
174174
echo "Copying output from core"
175-
ls ~/supertokens-root/supertokens-core/build/test-results/test/
176175
cp ~/supertokens-root/supertokens-core/build/test-results/test/*.xml ~/junit/
177-
cp ~/supertokens-root/supertokens-core/build/test/test/*.xml ~/junit/
178176

179177
if [[ $pluginToTest != "sqlite" ]]
180178
then
181179
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"
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/
180+
cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/test/*.xml ~/junit/
186181
fi
187182
fi
188183

0 commit comments

Comments
 (0)