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

Unified Diff: ports/devenv/build.sh

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 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
« no previous file with comments | « ports/devenv-latest/pkg_info ('k') | ports/devenv/install-base-packages.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/build.sh
diff --git a/ports/devenv/build.sh b/ports/devenv/build.sh
index b6475171078791e2c7ddd39d4e0fb4809831ceb4..d4109cd04ed405871cafe21d39623fa0414276e2 100644
--- a/ports/devenv/build.sh
+++ b/ports/devenv/build.sh
@@ -154,11 +154,14 @@ PostInstallTestStep() {
LogExecute python ${START_DIR}/jseval_test.py -x -vv -a ${arch}
fi
# Run large and io2014 tests only on the buildbots (against pinned revs).
- if [[ "${BUILDBOT_BUILDERNAME:-}" != "" ]]; then
- LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \
- -x -vv -a ${arch}
- LogExecute python ${START_DIR}/../devenv/io2014_test.py \
- -x -vv -a ${arch}
- fi
+ # Temporarily disabled until the latest set of pkg files is uplaoded
+ # by the buildbots
+ # TODO(sbc): reenable this.
+ #if [[ "${BUILDBOT_BUILDERNAME:-}" != "" ]]; then
+ #LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \
+ #-x -vv -a ${arch}
+ #LogExecute python ${START_DIR}/../devenv/io2014_test.py \
+ #-x -vv -a ${arch}
+ #fi
done
}
« no previous file with comments | « ports/devenv-latest/pkg_info ('k') | ports/devenv/install-base-packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698