Skip to content

Commit b1363fc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/doTests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ do
180180
then
181181
echo "Copying output from plugin"
182182
ls -R ~/supertokens-root/supertokens-$pluginToTest-plugin/
183-
echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/*.xml"
183+
echo "Using path: ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/.xml"
184184
cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test/test/.xml ~/junit/
185-
cp ~/supertokens-root/supertokens-$pluginToTest-plugin/build/test-results/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)