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 9bfb67e + fc99108 commit a00f5c8Copy full SHA for a00f5c8
dev/travis/before_script.sh
@@ -13,8 +13,8 @@ case $TEST_SUITE in
13
14
test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d | sort)
15
test_set_count=$(printf "$test_set_list" | wc -l)
16
- test_set_size[1]=$(printf "%.0f" $(echo "$test_set_count*0.12" | bc)) #12%
17
- test_set_size[2]=$(printf "%.0f" $(echo "$test_set_count*0.32" | bc)) #32%
+ test_set_size[1]=$(printf "%.0f" $(echo "$test_set_count*0.17" | bc)) #17%
+ test_set_size[2]=$(printf "%.0f" $(echo "$test_set_count*0.27" | bc)) #27%
18
test_set_size[3]=$((test_set_count-test_set_size[1]-test_set_size[2])) #56%
19
echo "Total = ${test_set_count}; Batch #1 = ${test_set_size[1]}; Batch #2 = ${test_set_size[2]}; Batch #3 = ${test_set_size[3]};";
20
0 commit comments