Skip to content

Commit 0adb4e6

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/doTests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ do
178178
if [[ $pluginToTest != "sqlite" ]]
179179
then
180180
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/
181+
ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/build/"
182+
echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml"
183+
cp "~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml" ~/junit/
184184
fi
185185
fi
186186

0 commit comments

Comments
 (0)