| Index: tests/plugin_async_messaging/nacl.scons
|
| ===================================================================
|
| --- tests/plugin_async_messaging/nacl.scons (revision 5756)
|
| +++ tests/plugin_async_messaging/nacl.scons (working copy)
|
| @@ -8,10 +8,10 @@
|
| dest_copy = env.Replicate('${STAGING_DIR}', 'async_messaging.html')
|
| env.Replicate('${STAGING_DIR}',
|
| '${SCONSTRUCT_DIR}/tools/browser_tester/browserdata/nacltest.js')
|
| -async_nexe_name = 'async_message_test_%s.nexe' % env.get('TARGET_FULLARCH')
|
| +async_nexe_name = 'async_message_test_%s' % env.get('TARGET_FULLARCH')
|
| test_files = [
|
| env.File('${STAGING_DIR}/nacltest.js'),
|
| - env.File('${STAGING_DIR}/' + async_nexe_name),
|
| + env.File('${STAGING_DIR}/%s${PROGSUFFIX}' % async_nexe_name),
|
| ]
|
| # These are not true dependencies: They are not needed for the .html
|
| # file to be replicated to "staging", but they are needed for the
|
|
|