Index: tests/browser_startup_time/nacl.scons |
=================================================================== |
--- tests/browser_startup_time/nacl.scons (revision 6583) |
+++ tests/browser_startup_time/nacl.scons (working copy) |
@@ -22,7 +22,6 @@ |
env.Publish(nexe_name, 'run', |
['browser_startup_time.html', |
- 'browser_startup_time.nmf', |
'browser_startup_time.js']) |
test_name = 'browser_startup_time.out' |
@@ -35,6 +34,7 @@ |
node = env.PPAPIBrowserTester( |
test_name, |
url='browser_startup_time.html', |
+ nmfs=['browser_startup_time.nmf'], |
files=env.ExtractPublishedFiles(nexe_name), |
args=['--enable_experimental_js'], |
process_output=output_processor, |