mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
fix push script
This commit is contained in:
parent
e61e4716ac
commit
63b3ef11d4
@ -49,7 +49,8 @@ fi
|
||||
# check if test/python/$pkg folder is exit
|
||||
if [ -d "test/python/$pkg" ] ; then
|
||||
echo "$FLAG_INFO python test files added:"
|
||||
rm ../../examples/$pkg/* -rf
|
||||
rm ../../examples/$pkg -rf
|
||||
mkdir ../../examples/$pkg
|
||||
cp test/python/$pkg/*.py ../../examples/$pkg -r
|
||||
git add test/python/$pkg
|
||||
git add ../../examples/$pkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user