We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42abee commit c6e7ba0Copy full SHA for c6e7ba0
models/PaddleSlim/CI/Slim_CI_all_case/slim_ci_api_coverage.sh
@@ -37,7 +37,7 @@ run_api_case(){
37
cases=`find ./ -name "test*.py" | sort`
38
#ignore="test_analysis_helper.py"
39
ignore=""
40
-for line in `ls test_*.py`
+for line in `ls test_*.py | sort`
41
do
42
{
43
name=`echo ${line} | cut -d \. -f 1`
@@ -57,7 +57,7 @@ wait
57
run_api_case_dygraph(){
58
if [ -d ${slim_dir}/tests/dygraph ];then
59
cd ${slim_dir}/tests/dygraph
60
61
62
63
@@ -76,7 +76,7 @@ wait
76
run_api_case_act(){
77
if [ -d ${slim_dir}/tests/act ];then
78
cd ${slim_dir}/tests/act
79
80
81
82
0 commit comments