X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.OracleClient%2Frun-tests.bat;h=046c9be683da92240fdd04c12cd30218421e3d4b;hb=d531a7515eaad9fb1c2ca9fff160851fa70aa168;hp=d4377b88c608a562cd354350d2a3677d73120f07;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;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% + +