Skip to content

Commit b1657a0

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

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
@@ -179,10 +179,10 @@ do
179179
if [[ $pluginToTest != "sqlite" ]]
180180
then
181181
echo "Copying output from plugin"
182-
ls -R "~/supertokens-root/supertokens-$pluginToTest-plugin/"
182+
ls -R ~/supertokens-root/supertokens-$pluginToTest-plugin/
183183
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/
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/
186186
fi
187187
fi
188188

0 commit comments

Comments
 (0)