| Index: chrome/nacl/buildbot_nacl_integration.py
|
| ===================================================================
|
| --- chrome/nacl/buildbot_nacl_integration.py (revision 101550)
|
| +++ chrome/nacl/buildbot_nacl_integration.py (working copy)
|
| @@ -73,8 +73,7 @@
|
| tests_to_disable.append('run_ppapi_example_font_test')
|
|
|
| script_dir = os.path.dirname(os.path.abspath(__file__))
|
| - test_dir = os.path.dirname(script_dir)
|
| - chrome_dir = os.path.dirname(test_dir)
|
| + chrome_dir = os.path.dirname(script_dir)
|
| src_dir = os.path.dirname(chrome_dir)
|
| nacl_integration_script = os.path.join(
|
| src_dir, 'native_client/build/buildbot_chrome_nacl_stage.py')
|
|
|