ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/testsuite/rundelphitest.bat
(Generate patch)

Comparing ibx/trunk/fbintf/testsuite/rundelphitest.bat (file contents):
Revision 314 by tony, Sat Jul 18 10:26:30 2020 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC

# Line 5 | Line 5 | REM These may be modified if needed to s
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
# Line 22 | Line 23 | FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do
23      Goto COMPILE
24    )
25   )
26 < )
26 >
27  
28   :COMPILE
29   set DELPHIBIN=C:\Program Files\Embarcadero\RAD Studio\7.0\bin
# Line 62 | Line 63 | echo Comparing results with reference lo
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   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines