aboutsummaryrefslogtreecommitdiff
path: root/test/terraform/install_sentinel.sh
blob: e26ec33d7c8fe828000547615c128b6ac08e00b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -e

# Import test library for `check` command
source dev-container-features-test-lib

# Check to make sure the user is vscode
check "user is vscode" whoami | grep vscode

# Sentinel specific tests
check "sentinel" sentinel --version

# Report result
reportResults