| Index: frog/scripts/bootstrap/frog_bootstrap_wrapper.py
|
| ===================================================================
|
| --- frog/scripts/bootstrap/frog_bootstrap_wrapper.py (revision 4004)
|
| +++ frog/scripts/bootstrap/frog_bootstrap_wrapper.py (working copy)
|
| @@ -26,6 +26,8 @@
|
|
|
| shutil.copy(os.path.join(HOME, 'scripts', 'bootstrap', 'frog_wrapper.py'),
|
| frog)
|
| + shutil.copy(os.path.join(HOME, 'scripts', 'bootstrap', 'frog.bat'),
|
| + frog + '.bat')
|
|
|
| if 'Release' in product_dir:
|
| # We want to run our tests on the VM in production mode and in
|
|
|