Rull all the tests
mvn test
Run a single test
mvn test -Dtest=org.apache.hadoop.fs.TestSymlinkLocalFSFileContext
Run all the test even if there are errors
mvn -Dmaven.test.failure.ignore=true test
Run a single test even if there are errors
mvn -Dmaven.test.failure.ignore=true test -Dtest=org.apache.hadoop.fs.TestSymlinkLocalFSFileContext
No comments:
Post a Comment