X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.OracleClient%2Frun-tests.bat;h=046c9be683da92240fdd04c12cd30218421e3d4b;hb=11b18898e82002bc7f86a7e39c9564720dbc5865;hp=d4377b88c608a562cd354350d2a3677d73120f07;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/class/System.Data.OracleClient/run-tests.bat b/mcs/class/System.Data.OracleClient/run-tests.bat index d4377b88c60..046c9be683d 100644 --- a/mcs/class/System.Data.OracleClient/run-tests.bat +++ b/mcs/class/System.Data.OracleClient/run-tests.bat @@ -1,20 +1,20 @@ -@echo off -REM ******************************************************** -REM This batch call all the test batches with default parameters -REM ******************************************************** -REM ******************************************************** -REM This batch file receives the follwing parameters: -REM build/rebuild (optional): should the solution file be rebuilded -REM or just builded before test run (default is rebuild) -REM ******************************************************** - -IF "%1"=="" ( - set BUILD_OPTION=rebuild -) ELSE ( - set BUILD_OPTION=%1 -) - - -call run-tests.test.bat %BUILD_OPTION% - - +@echo off +REM ******************************************************** +REM This batch call all the test batches with default parameters +REM ******************************************************** +REM ******************************************************** +REM This batch file receives the follwing parameters: +REM build/rebuild (optional): should the solution file be rebuilded +REM or just builded before test run (default is rebuild) +REM ******************************************************** + +IF "%1"=="" ( + set BUILD_OPTION=rebuild +) ELSE ( + set BUILD_OPTION=%1 +) + + +call run-tests.test.bat %BUILD_OPTION% + +