Skip to content

Commit

Permalink
Readd testsuite for SQL, SQL/ODBC
Browse files Browse the repository at this point in the history
  • Loading branch information
zosrothko committed Mar 20, 2018
1 parent a285ef1 commit c1e1b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,12 @@ test_script:
if ($env:platform -eq "Win32")
{
$env:PATH = "$env:POCO_BASE\bin;" + $env:PATH;$suffix = '';
$excluded = @('SQL', 'SQL/ODBC', 'Redis', 'PDF')
$excluded = @('Redis', 'PDF')
}
if ($env:platform -eq "x64")
{
$env:PATH = "$env:POCO_BASE\bin64;" + $env:PATH;$suffix = 64;
$excluded = @('SQL', 'SQL/ODBC', 'Redis', 'PDF')
$excluded = @('Redis', 'PDF')
}
Write-Host -ForegroundColor Yellow '>>> current directory is ' $(get-location).Path;
Expand Down

0 comments on commit c1e1b58

Please sign in to comment.