Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: ports/python/build.sh

Issue 1556933002: Remove redundant pnacl translations (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}
« ports/jpeg6b/build.sh ('K') | « ports/lua/build.sh ('k') | ports/python3/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698