Skip to content

Commit d2ec8c2

Browse files
committed
Add configuration for FB5.
1 parent 8d6552d commit d2ec8c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ $baseDir = Split-Path -Parent $PSCommandPath
1010
. "$baseDir\include.ps1"
1111

1212
$FirebirdConfiguration = @{
13+
FB50 = @{
14+
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z';
15+
Executable = '.\firebird.exe';
16+
Args = @('-a');
17+
};
1318
FB40 = @{
1419
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z';
1520
Executable = '.\firebird.exe';

0 commit comments

Comments
 (0)