commit | b79131d3d0aff5521f7cdbf93440e1e0d2bc46e7 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Sep 19 21:09:17 2013 -0700 |
committer | Brian Silverman <brians> | Thu Sep 19 21:15:50 2013 -0700 |
tree | f2c3b41a56eb911bea4fcce1851b750524288bd1 | |
parent | 2586a5dae09f438ea2baac2d0cec573c6dd40880 [diff] [blame] |
made it so that ipc_stress_test doesn't get run with `build.sh tests`
diff --git a/aos/build/build.sh b/aos/build/build.sh index eb639de..2bf6982 100755 --- a/aos/build/build.sh +++ b/aos/build/build.sh
@@ -84,6 +84,6 @@ END fi if [[ ${ACTION} == tests ]]; then - find ${OUTDIR}/Default/tests -executable -exec {} \; + find ${OUTDIR}/Default/tests -executable -exec ${AOS}/build/run_test.sh {} \; fi fi