Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Improve comment documenting GOBIN test
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Jun 20, 2017
1 parent 8835b00 commit a845609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ func TestRetool(t *testing.T) {
})

t.Run("build_with_gobin_set", func(t *testing.T) {
// Set GOBIN to a directory not controlled by retool. It should still
// put built binaries in _tools/bin.
// Even if GOBIN is set to a directory not controlled by retool, running
// 'retool build' should still put built binaries in _tools/bin.
t.Parallel()
dir, cleanup := setupTempDir(t)
defer cleanup()
Expand Down

0 comments on commit a845609

Please sign in to comment.