X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9df4cad4500d092bb07909b6f49e4eaaa6d31984..9c58422ecfd63291972fae7a00e3a4f683c2d1b4:/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 ../..)"