[bugfix]667855 - Fix handling of oracle raw data types sanely.
[mono.git] / mcs / class / System.Data.OracleClient / run-tests.bat
index d4377b88c608a562cd354350d2a3677d73120f07..046c9be683da92240fdd04c12cd30218421e3d4b 100644 (file)
@@ -1,20 +1,20 @@
-@echo off\r
-REM ********************************************************\r
-REM This batch call all the test batches with default parameters\r
-REM ********************************************************\r
-REM ********************************************************\r
-REM This batch file receives the follwing parameters:\r
-REM build/rebuild (optional): should the solution file be rebuilded \r
-REM                             or just builded before test run (default is rebuild)\r
-REM ********************************************************\r
-\r
-IF "%1"=="" (\r
-       set BUILD_OPTION=rebuild\r
-) ELSE (\r
-       set BUILD_OPTION=%1\r
-)\r
-       \r
-\r
-call run-tests.test.bat %BUILD_OPTION%\r
-\r
-\r
+@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%
+
+