summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/mysql_connector_net.test
blob: c1dce65adc807dc869fefdbc16072217f5f1d977 (plain)
1
2
3
4
5
6
7
8
9
10
11
--source include/windows.inc
let $sys_errno=0;

# Error 100 is returned by the powershell script
# if MySql.Data is not installed
--error 0,100
--exec powershell -NoLogo -NoProfile -File main\mysql_connector_net.ps1
if ($sys_errno != 0)
{
  --skip Connector/NET is not installed
}