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.
1 parent 4aef57b commit 47f2e42Copy full SHA for 47f2e42
dev/travis/before_script.sh
@@ -11,7 +11,7 @@ case $TEST_SUITE in
11
integration)
12
cd dev/tests/integration
13
14
- test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d | sort)
+ test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d -not -name Setup| 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%
0 commit comments