| Index: ports/devenv/build.sh
|
| diff --git a/ports/devenv/build.sh b/ports/devenv/build.sh
|
| index c548396e348cae5c84186679fe201b6d68ffc13a..f5407af081a5bad4c7761ee2d6c4d3cb1045e76f 100644
|
| --- a/ports/devenv/build.sh
|
| +++ b/ports/devenv/build.sh
|
| @@ -11,7 +11,7 @@ EXECUTABLES="tests/devenv_small_test_${NACL_ARCH}${NACL_EXEEXT} \
|
|
|
| STORAGE_URL=https://webports.storage.googleapis.com/builds
|
| SDK_VERSION=pepper_51
|
| -BUILT_REVISION=trunk-834-gf476174
|
| +BUILT_REVISION=trunk-837-gd9eb95d
|
| DEFAULT_SOURCE=${STORAGE_URL}/${SDK_VERSION}/${BUILT_REVISION}/publish
|
| LOCAL_SOURCE=http://localhost:5103
|
|
|
| @@ -190,12 +190,12 @@ PostInstallTestStep() {
|
| if [[ ${NACL_ARCH} == pnacl ]]; then
|
| LogExecute python ${START_DIR}/jseval_test.py -x -v -a ${arch}
|
| fi
|
| - # Run large and io2014 tests only on the buildbots (against pinned revs).
|
| + # Run large and demo2014 tests only on the buildbots (against pinned revs).
|
| if [[ -n ${BUILDBOT_BUILDERNAME:-} ]]; then
|
| LogExecute python ${START_DIR}/../devenv/devenv_large_test.py \
|
| -x -v -a ${arch}
|
| - #LogExecute python ${START_DIR}/../devenv/io2014_test.py \
|
| - #-x -v -a ${arch}
|
| + LogExecute python ${START_DIR}/../devenv/demo2014_test.py \
|
| + -x -v -a ${arch}
|
| fi
|
| done
|
| }
|
|
|