--- ibx/trunk/fbintf/testsuite/rundelphitest.bat 2021/02/25 11:27:14 314 +++ ibx/trunk/fbintf/testsuite/rundelphitest.bat 2021/02/25 11:56:36 315 @@ -5,7 +5,8 @@ REM These may be modified if needed to s REM Test suite Configuration parameters (FPCDIR and FPCBIN) REM These may be modified if needed to suite local requirements -FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do ( + +FOR %%V in (3.0.4 3.0.2 3.0.0) do ( if EXIST C:\lazarus\fpc\%%V\bin\i386-win32\fpc.exe ( set FPCDIR=C:\lazarus\fpc\%%V set FPCBIN=C:\lazarus\fpc\%%V\bin\i386-win32 @@ -22,7 +23,7 @@ FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do Goto COMPILE ) ) -) + :COMPILE set DELPHIBIN=C:\Program Files\Embarcadero\RAD Studio\7.0\bin @@ -62,7 +63,12 @@ echo Comparing results with reference lo echo( findstr /C:"ODS Major Version = 11" testout.log IF ERRORLEVEL 1 ( + findstr /C:"ODS Major Version = 12" testout.log + IF ERRORLEVEL 1 ( + %DIFF% FB4reference.log testout.log >diff.log + ) ELSE ( %DIFF% FB3reference.log testout.log >diff.log + ) ) ELSE ( %DIFF% FB2reference.log testout.log >diff.log )