Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-11-03 03:26:43 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-11-03 03:38:59 +0400
commit850609ea2d3e0de2aad5485edcc89bd6ddd94b6e (patch)
treed22bf8992868709a526eb9d432b3fa37da828ccd /vcbuild.bat
parent1ba834bd3fee57542479ab687f0030cf57968be4 (diff)
Remove separation of libuv tests
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index fb56574b60b..9ec3989b8cd 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -89,7 +89,6 @@ if "%config%"=="Debug" set test_args=--mode=debug
if "%config%"=="Release" set test_args=--mode=release
if "%test%"=="test" set test_args=%test_args% simple message
-if "%test%"=="test-uv" set test_args=%test_args% --libuv simple
if "%test%"=="test-internet" set test_args=%test_args% internet
if "%test%"=="test-pummel" set test_args=%test_args% pummel
if "%test%"=="test-simple" set test_args=%test_args% simple
@@ -110,7 +109,6 @@ echo Examples:
echo vcbuild.bat : builds debug build
echo vcbuild.bat release msi : builds release build and MSI installer package
echo vcbuild.bat test : builds debug build and runs tests
-echo vcbuild.bat release test-uv: builds release build and runs --libuv tests
goto exit
:exit