Skip to content

Commit

Permalink
cleanup results dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Feb 23, 2024
1 parent 1e1c0f6 commit 25021d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/renderdir/renderdir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestKotsRenderDir(t *testing.T) {

// Comment out this line to review the generated results.
// Just be sure to delete the 'results' directory in each test manually when finished!
// defer func() { os.RemoveAll(resultsDir) }()
defer func() { os.RemoveAll(resultsDir) }()

fmt.Printf("running test %s\n", tt.Name)
err = render.RenderDir(tt.RenderDirOptions)
Expand Down

0 comments on commit 25021d9

Please sign in to comment.