dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Fixed unit test fail when optout variable isn't set #424

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

The telemetry unit test we recently set to 'skip' in our Azure pipelines will fail if run on a machine that doesn't set the MSSQL_CLI_TELEMETRY_OPTOUT environment variable. This mostly affects local testing.