mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Added verify OE child nodes tests for sandalone and BDC instance * msg changes * Added standalone OE node test * Resolved PR comments * Change env name * Added scripts to set env for integration test
5 lines
231 B
Batchfile
5 lines
231 B
Batchfile
@echo off pass in username password hostname of big data cluster
|
|
set BDC_BACKEND_USERNAME=%~1
|
|
set BDC_BACKEND_PWD=%~2
|
|
set BDC_BACKEND_HOSTNAME=%~3
|
|
@echo No problem reading %BDC_BACKEND_HOSTNAME%, password and %BDC_BACKEND_HOSTNAME% |