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 |
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%" ( |