aboutsummaryrefslogtreecommitdiff
path: root/test/go/install_go_tool_in_postCreate.sh
blob: 7d4bc7bd94f548575a39671e61a586a8defc42ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

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

check "mkcert version" mkcert --version | grep "v1.4.2"
check "mkcert is installed at correct path" which mkcert | grep "/go/bin/mkcert"

# Report result
reportResults