<#
.SYNOPSIS
- Build all dlls of psqlodbc project using MSbuild.
+ Run regressin test on Windows.
.DESCRIPTION
Build test programs and run them.
.PARAMETER Target
return $testexes
}
-function RunTest($scriptPath, $Platform)
+function RunTest($scriptPath, $Platform, $testexes)
{
# Run regression tests
if ($Platform -eq "x64") {
if ($LASTEXITCODE -ne 0) {
throw "`treset_db error"
}
- .\runsuite $TESTEXES --inputdir=$origdir
+ .\runsuite $testexes --inputdir=$origdir
} catch [Exception] {
throw $error[0]
} finally {