Skip to content

Commit

Permalink
Restore old build directory after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Oct 22, 2014
1 parent 587b876 commit 7e40e56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class WriteAheadLogSuite extends FunSuite with BeforeAndAfter with BeforeAndAfte
override def afterAll() {
cluster.shutdown()
FileUtils.deleteDirectory(dfsDir)
System.setProperty(TEST_BUILD_DATA_KEY, oldTestBuildDataProp)
}

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

0 comments on commit 7e40e56

Please sign in to comment.