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

Comparing ibx/trunk/fbintf/testsuite/runtest.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 52 | Line 52 | if not EXIST "%DIFF%" (
52    )
53  
54   echo Comparing results with reference log
55 < echo(
55 > echo(
56   findstr /C:"ODS Major Version = 11" testout.log
57   IF ERRORLEVEL 1 (
58 <  %DIFF% FB3reference.log testout.log >diff.log
58 >  findstr /C:"ODS Major Version = 12" testout.log
59 >  IF ERRORLEVEL 1 (
60 >    %DIFF% FB4reference.log testout.log >diff.log
61 >  ) ELSE (
62 >    %DIFF% FB3reference.log testout.log >diff.log
63 >  )
64   ) ELSE (
65    %DIFF% FB2reference.log testout.log >diff.log
66   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines