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

set -e

# Import test library
source featuresTest.library.sh root

check "version" go version

# Report result
reportResults