We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe42754 + 96d103b commit 7c9db86Copy full SHA for 7c9db86
test.sh
@@ -346,6 +346,8 @@ EOF
346
if [ $nb_parts -gt 0 ]; then
347
echo "Splitting ui_test into $nb_parts parts (and running part $current_part)"
348
find src/test/ui -type f -name '*.rs' -not -path "*/auxiliary/*" > ui_tests
349
+ # To ensure it'll be always the same sub files, we sort the content.
350
+ sort ui_tests -o ui_tests
351
count=$((`wc -l < ui_tests` / $nb_parts))
352
# We increment the number of tests by one because if this is an odd number, we would skip
353
# one test.
0 commit comments