| Index: ports/python/build.sh
|
| diff --git a/ports/python/build.sh b/ports/python/build.sh
|
| index 5059a55d43b1870302a586d4a610f0f616687785..29d12af5bd85be228cdb1a3b90d7a4836f10f0bf 100644
|
| --- a/ports/python/build.sh
|
| +++ b/ports/python/build.sh
|
| @@ -63,19 +63,6 @@ InstallStep() {
|
| DefaultInstallStep
|
| }
|
|
|
| -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}
|
|
|
|
|