X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/13dea78ff8ad72bd8a406843bb702aef0d0f569a..e42bf8fbe66f822066e13c08b346005a52e1aa4a:/lib/install/deps_go_version_test.go diff --git a/lib/install/deps_go_version_test.go b/lib/install/deps_go_version_test.go index 1a69b6e617..a434c834d1 100644 --- a/lib/install/deps_go_version_test.go +++ b/lib/install/deps_go_version_test.go @@ -20,13 +20,11 @@ var _ = check.Suite(&Suite{}) type Suite struct{} -/* - TestExtractGoVersion tests the grep/awk command used in - tools/arvbox/bin/arvbox to extract the version of Go to install for - bootstrapping `arvados-server`. - - If this test is changed, the arvbox code will also need to be updated. -*/ +// TestExtractGoVersion tests the grep/awk command used in +// tools/arvbox/bin/arvbox to extract the version of Go to install for +// bootstrapping `arvados-server`. +// +// If this test is changed, the arvbox code will also need to be updated. func (*Suite) TestExtractGoVersion(c *check.C) { script := ` sourcepath="$(realpath ../..)"