| Index: ports/devenv-latest/build.sh
|
| diff --git a/ports/devenv-latest/build.sh b/ports/devenv-latest/build.sh
|
| index c48a987e502b0713295448cecb60e7552b7e9b74..e492d157b14ceac1b0944fcae2c6ed77d0d92ea3 100644
|
| --- a/ports/devenv-latest/build.sh
|
| +++ b/ports/devenv-latest/build.sh
|
| @@ -29,10 +29,10 @@ PostInstallTestStep() {
|
| -p latest=1 \
|
| -C ${NACL_SRC}/out/publish \
|
| -x -v -a ${arch}
|
| - # TODO(bradnelson): Enable this when dependencies are right.
|
| - #LogExecute python ${START_DIR}/../devenv/io2014_test.py \
|
| - # -p latest=1 \
|
| - # -C ${NACL_SRC}/out \
|
| - # -x -v -a ${arch}
|
| + # TODO(bradnelson): Re-enable.
|
| + #LogExecute python ${START_DIR}/../devenv/demo2014_test.py \
|
| + #-p latest=1 \
|
| + #-C ${NACL_SRC}/out \
|
| + #-x -v -a ${arch}
|
| done
|
| }
|
|
|