aboutsummaryrefslogblamecommitdiff
path: root/test/_global/all_the_clis.sh
blob: 71171c1237434911d2fc5e9f666e79c74725339b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                      
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "check for aws" aws --version
check "check for gh" gh --version
check "check for azure" az  --version

# Report result
reportResults