Skip to content

Commit

Permalink
Merge pull request alteryx#20 from harishreedharan/driver-ha-wal
Browse files Browse the repository at this point in the history
Directory deletion should not fail tests
  • Loading branch information
tdas committed Oct 23, 2014
2 parents 9514dc8 + a317a4d commit d29fddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class WriteAheadLogSuite extends FunSuite with BeforeAndAfter {
}

after {
FileUtils.deleteDirectory(tempDir)
FileUtils.deleteQuietly(tempDir)
}

test("WriteAheadLogWriter - writing data") {
Expand Down

0 comments on commit d29fddd

Please sign in to comment.