diff --git a/port/linux/pkg-push.sh b/port/linux/pkg-push.sh index 20d3b23b8..1e6e95984 100644 --- a/port/linux/pkg-push.sh +++ b/port/linux/pkg-push.sh @@ -52,7 +52,7 @@ echo "$FLAG_INFO python test files added:" rm ../../examples/$pkg -rf mkdir ../../examples/$pkg cp test/python/$pkg/*.py ../../examples/$pkg -r -git add test/python/$pkg +git add ../../test/python/$pkg git add ../../examples/$pkg ls ../../examples/$pkg fi