Chromium Code Reviews| Index: slave/run_webserver.bat |
| =================================================================== |
| --- slave/run_webserver.bat (revision 248308) |
| +++ slave/run_webserver.bat (working copy) |
| @@ -12,6 +12,9 @@ |
| xcopy /D /Y %lighttpd_dir%\..\no_dll\CygWin1.dll %lighttpd_dir% |
| +REM Make sure the cygwin mounts are set up. |
| +call %~dp0..\third_party\cygwin\setup_mount.bat |
| + |
| REM Start the server, using the conf file in the slave directory. |
| :RESTART |