Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Jan 17, 2025
1 parent a4209ec commit ca8f9ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/chisel/cmd_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/canonical/chisel/internal/setup"
)

// TODO Add --format flag
var shortInfoHelp = "Show information about package slices"
var longInfoHelp = `
The info command shows detailed information about package slices.
Expand Down
1 change: 1 addition & 0 deletions cmd/chisel/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
// Hook up check.v1 into the "go test" runner
func Test(t *testing.T) { TestingT(t) }

// Hook up check.v1 into the "go test" runner
type BaseChiselSuite struct {
testutil.BaseTest
stdin *bytes.Buffer
Expand Down
1 change: 1 addition & 0 deletions internal/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"time"
)

// DefaultDir returns the default directory for the cache.
func DefaultDir(suffix string) string {
cacheDir := os.Getenv("XDG_CACHE_HOME")
if cacheDir == "" {
Expand Down

0 comments on commit ca8f9ef

Please sign in to comment.