| Index: tests/imc_shm_mmap/nacl.scons
|
| ===================================================================
|
| --- tests/imc_shm_mmap/nacl.scons (revision 5777)
|
| +++ tests/imc_shm_mmap/nacl.scons (working copy)
|
| @@ -5,7 +5,7 @@
|
|
|
| Import('env')
|
|
|
| -imc_shm_mmap_test_nexe_name = ('imc_shm_mmap_test_%s.nexe' %
|
| +imc_shm_mmap_test_nexe_name = ('imc_shm_mmap_test_%s' %
|
| env.get('TARGET_FULLARCH'))
|
| imc_shm_mmap_test_nexe = env.ComponentProgram(imc_shm_mmap_test_nexe_name,
|
| 'imc_shm_mmap_test.c',
|
| @@ -22,7 +22,7 @@
|
|
|
| node = env.CommandSelLdrTestNacl(
|
| 'imc_shm_mmap_test.out',
|
| - command=[imc_shm_mmap_test_nexe],
|
| + imc_shm_mmap_test_nexe,
|
| # We need to set this because the test needs to behave
|
| # differently in the plugin, but the plugin does not provide a
|
| # way to distinguish itself. TODO(mseaborn): Fix that.
|
|
|