Skip to content

Commit

Permalink
don't clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed Nov 15, 2024
1 parent 2df507e commit 875df43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import java.nio.file.Paths
import java.util.Locale

abstract class AbstractBufIntegrationTest : IntegrationTest {
@TempDir(cleanup = CleanupMode.ALWAYS)
@TempDir(cleanup = CleanupMode.ON_SUCCESS)
lateinit var projectDir: File

val buildFile
Expand Down

0 comments on commit 875df43

Please sign in to comment.