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

fix shell executor path error

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