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

Unified Diff: ports/python3/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/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}
« ports/jpeg6b/build.sh ('K') | « ports/python/build.sh ('k') | ports/ruby/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698