Index: ports/devenv-latest/build.sh |
diff --git a/ports/devenv-latest/build.sh b/ports/devenv-latest/build.sh |
index c48a987e502b0713295448cecb60e7552b7e9b74..8b33a1a9677d3272814275b08037adc2675d243a 100644 |
--- a/ports/devenv-latest/build.sh |
+++ b/ports/devenv-latest/build.sh |
@@ -29,10 +29,9 @@ 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} |
+ LogExecute python ${START_DIR}/../devenv/demo2014_test.py \ |
+ -p latest=1 \ |
+ -C ${NACL_SRC}/out \ |
+ -x -v -a ${arch} |
done |
} |