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

Comparing ibx/trunk/testsuite/runtest.bat (file contents):
Revision 322 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 323 by tony, Thu Feb 25 12:14:35 2021 UTC

# Line 1 | Line 1
1   @echo off
2 +
3 + REM These assumptions may be changed to suit local configuration
4 +
5 + set LAZARUS=C:\lazarus
6 + set PASSWORD=masterkey
7 +
8   REM Test suite Configuration parameters (FPCDIR and FPCBIN)
9   REM These may be modified if needed to suite local requirements
10  
5 set LAZARUS=C:\lazarus
11   FOR %%V in (3.2.0 3.0.4 3.0.2 3.0.0) do (
12    if EXIST C:\lazarus\fpc\%%V\bin\i386-win32\fpc.exe (
13      set FPCDIR=C:\lazarus\fpc\%%V
# Line 29 | Line 34 | if not EXIST %FPCBIN%\fpc.exe (
34   :COMPILE
35   set TESTOUTDIR=%TEMP%\ibx-testsuite
36   set USERNAME=SYSDBA
32 set PASSWORD=masterkey
37   set EMPLOYEEDB=employee
38   set NEWDBNAME=%TESTOUTDIR%\testsuite1.fdb
39   set NEWDBNAME2=%TESTOUTDIR%\testsuite2.fdb

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines