summaryrefslogtreecommitdiffstats
path: root/third_party/lighttpd/win/TestMode.bat
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-07 17:17:25 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-07 17:17:25 +0000
commit01302da0fdaa58f16d470bd5be63e0060f3abbd2 (patch)
tree9518191fa88051ba75754d049a45daecd2faa5dc /third_party/lighttpd/win/TestMode.bat
parent843ef220cca4b62d3fce13b8df5ae3df52dfd33c (diff)
downloadchromium_src-01302da0fdaa58f16d470bd5be63e0060f3abbd2.zip
chromium_src-01302da0fdaa58f16d470bd5be63e0060f3abbd2.tar.gz
chromium_src-01302da0fdaa58f16d470bd5be63e0060f3abbd2.tar.bz2
Moving libraries and executables in the windows build to prepare for landing of mac/linux binaries in parallel locations
Review URL: http://codereview.chromium.org/5629 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lighttpd/win/TestMode.bat')
-rw-r--r--third_party/lighttpd/win/TestMode.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/lighttpd/win/TestMode.bat b/third_party/lighttpd/win/TestMode.bat
new file mode 100644
index 0000000..e4102af
--- /dev/null
+++ b/third_party/lighttpd/win/TestMode.bat
@@ -0,0 +1,8 @@
+@ECHO OFF
+ECHO LightTPD Test mode (without log)
+ECHO Press 'CTRL + C' to exit.
+ECHO.
+ECHO LightTPD Output:
+ECHO ----------------
+START /B lighttpd.exe -f conf\lighttpd-inc.conf -m lib -D
+PAUSE >NUL && EXIT \ No newline at end of file