提交 c0604646 编写于 作者: W wuzewu

ignore annotation line in test case list file

上级 9176bbad
...@@ -22,7 +22,8 @@ pip install -r requirements.txt ...@@ -22,7 +22,8 @@ pip install -r requirements.txt
# run all case list in the {listfile} # run all case list in the {listfile}
cd - cd -
for test_file in `cat $listfile` for test_file in `cat $listfile | grep -v ^#`
do do
echo "run test case ${test_file}"
python ${test_case_path}/${test_file}.py python ${test_case_path}/${test_file}.py
done done
test_downloader test_downloader
test_export_n_load_module test_export_n_load_module
test_module #test_module
test_train_w2v test_train_w2v
test_pyobj_serialize test_pyobj_serialize
test_signature
test_param_serialize
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册