features/test/go/test.sh

11 lines
137 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Import test library
source featuresTest.library.sh root
check "version" go version
# Report result
reportResults