提交 33d2ca1d 编写于 作者: W wuzewu

fix shell executor path error

上级 33dd98a6
......@@ -9,8 +9,8 @@ os:
- linux
script:
- sh -x ./scripts/test_all_case.sh ./tests/tclist_all
- sh -x ./scripts/check_code_style.sh
- /bin/bash ./scripts/test_all_case.sh ./tests/tclist_all
- /bin/bash ./scripts/check_code_style.sh
notifications:
email:
......
......@@ -21,8 +21,8 @@ cd ${base_path}
pip install -r requirements.txt
# run all case list in the {listfile}
cd ${test_case_path}
cd -
for test_file in `cat $listfile`
do
python ${test_file}.py
python ${test_case_path}/${test_file}.py
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册