File: test_integration.sh

package info (click to toggle)
azure-cli 2.82.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,359,416 kB
  • sloc: python: 1,910,381; sh: 1,343; makefile: 406; cs: 145; javascript: 74; sql: 37; xml: 21
file content (24 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/env bash

set -ev

. $(cd $(dirname $0); pwd)/artifacts.sh

ls -la $share_folder/build

ALL_MODULES=`find $share_folder/build/ -name "*.whl"`

pip install -e ./tools
[ -d privates ] && pip install -qqq privates/*.whl
pip install $ALL_MODULES

echo '=== List installed packages'
pip freeze

echo '=== Begin testing'
unset AZURE_CLI_DIAGNOSTICS_TELEMETRY
azdev verify package $share_folder/build/

export AZURE_CORE_COLLECT_TELEMETRY=False
echo '= Verify Commands with -h'
azdev verify commands