| Index: ports/lua/build.sh
|
| diff --git a/ports/lua/build.sh b/ports/lua/build.sh
|
| index 77fd0bf83767cb8762ce8986488a596c2e6714f7..40bcb9201f3b5801ee6b90d0bbc2bede6f59a559 100644
|
| --- a/ports/lua/build.sh
|
| +++ b/ports/lua/build.sh
|
| @@ -48,14 +48,6 @@ BuildStep() {
|
| }
|
|
|
| TestStep() {
|
| - if [[ ${NACL_ARCH} == pnacl ]]; then
|
| - ChangeDir src
|
| - # Just do the x86-64 version for now.
|
| - TranslateAndWriteLauncherScript lua.pexe x86-64 lua.x86-64.nexe lua
|
| - TranslateAndWriteLauncherScript luac.pexe x86-64 luac.x86-64.nexe luac
|
| - ChangeDir ..
|
| - fi
|
| -
|
| # First, run the 'make test' target. This currently just runs
|
| # lua -v.
|
| LogExecute make PLAT=${PLAT} test
|
|
|