| Index: ports/python3/build.sh
|
| diff --git a/ports/python3/build.sh b/ports/python3/build.sh
|
| index c9d76d536aa14f0617fd5fcda078506c2c83f2a3..2d161e24fc6fa3628b987cd37374ca5f75a931ec 100644
|
| --- a/ports/python3/build.sh
|
| +++ b/ports/python3/build.sh
|
| @@ -71,19 +71,6 @@ BuildStep() {
|
| DefaultBuildStep
|
| }
|
|
|
| -TestStep() {
|
| - if [ ${NACL_ARCH} = "pnacl" ]; then
|
| - local pexe=python${NACL_EXEEXT}
|
| - local script=python
|
| - # on Mac/Windows the folder called Python prevents us from creating a
|
| - # script called python (lowercase).
|
| - if [ ${OS_NAME} != "Linux" ]; then
|
| - script+=".sh"
|
| - fi
|
| - TranslateAndWriteLauncherScript ${pexe} x86-64 python.x86-64.nexe ${script}
|
| - fi
|
| -}
|
| -
|
| PublishStep() {
|
| MakeDir ${PUBLISH_DIR}
|
|
|
|
|