GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

TestGiraffaCLI should clean up "test.cache.data" #142

Closed shvachko closed 9 years ago

shvachko commented 9 years ago

TestGiraffaCLI should System.setProperty("test.cache.data", "target/build/test/cache"); Otherwise the test data is created under build and is not cleaned up by mvn clean.

shvachko commented 9 years ago

Cannot properly setProperty("test.cache.data") before it is picked up by the getProperty() in the super class. Added a cleanUp of data that is not under target after the test execution. Please review the PR.

shvachko commented 9 years ago

Minor test fix. Just committed this.