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 380 by tony, Mon Jan 10 10:13:17 2022 UTC vs.
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC

# Line 6 | Line 6 | REM Test suite Configuration parameters
6   REM These may be modified if needed to suite local requirements
7  
8  
9 < FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do (
9 > FOR %%V in (3.2.2 3.2.0 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 52 | Line 52 | del testsuite.exe
52   echo(
53   echo Starting Testsuite
54   echo(
55 +
56   IF EXIST "testsuite.exe" (
57   testsuite.exe -u %USERNAME% -p %PASSWORD% -e %EMPLOYEEDB% -n %NEWDBNAME% -s %NEWDBNAME2% -b %BAKFILE% -o testout.log %1
58   if not EXIST "%DIFF%" (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines