5 |
|
REM Test suite Configuration parameters (FPCDIR and FPCBIN) |
6 |
|
REM These may be modified if needed to suite local requirements |
7 |
|
|
8 |
< |
FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do ( |
8 |
> |
|
9 |
> |
FOR %%V in (3.0.4 3.0.2 3.0.0) do ( |
10 |
|
if EXIST C:\lazarus\fpc\%%V\bin\i386-win32\fpc.exe ( |
11 |
|
set FPCDIR=C:\lazarus\fpc\%%V |
12 |
|
set FPCBIN=C:\lazarus\fpc\%%V\bin\i386-win32 |
23 |
|
Goto COMPILE |
24 |
|
) |
25 |
|
) |
26 |
< |
) |
26 |
> |
|
27 |
|
|
28 |
|
:COMPILE |
29 |
|
set DELPHIBIN=C:\Program Files\Embarcadero\RAD Studio\7.0\bin |
63 |
|
echo( |
64 |
|
findstr /C:"ODS Major Version = 11" testout.log |
65 |
|
IF ERRORLEVEL 1 ( |
66 |
+ |
findstr /C:"ODS Major Version = 12" testout.log |
67 |
+ |
IF ERRORLEVEL 1 ( |
68 |
+ |
%DIFF% FB4reference.log testout.log >diff.log |
69 |
+ |
) ELSE ( |
70 |
|
%DIFF% FB3reference.log testout.log >diff.log |
71 |
+ |
) |
72 |
|
) ELSE ( |
73 |
|
%DIFF% FB2reference.log testout.log >diff.log |
74 |
|
) |