Skip to content

Commit

Permalink
!! DEBUG !!
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Oct 6, 2023
1 parent 4ff3bf8 commit 3bb0a1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/install/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ var _ = Describe("installer reset elemental", Label("installer", "reset"), func(

func additionalConfigs(fs *vfst.TestFS) []string {
// Prefix the go-vfs temp dir because that's what file.Name() returns
// !! DEBUG !!
f, _ := fs.ReadFile(tempSystemAgent)
GinkgoWriter.Printf("elemental-system-agent: %s\n", string(f))
// !! DEBUG !!
return []string{
fmt.Sprintf("%s%s", fs.TempDir(), tempSystemAgent),
fmt.Sprintf("%s%s", fs.TempDir(), tempCloudInit),
Expand Down

0 comments on commit 3bb0a1d

Please sign in to comment.