improve build logic on windows without native libraries

This commit is contained in:
Robert Muir 2015-12-21 15:37:34 -05:00
parent 0ed45c5bfb
commit 3a2464b80e
2 changed files with 3 additions and 6 deletions

View File

@ -93,11 +93,8 @@ integTest {
dependsOn hdfsFixture
} else {
logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH")
systemProperty 'tests.rest.blacklist', [
'hdfs_repository/20_repository/*',
'hdfs_repository/30_snapshot/*',
'hdfs_repository/40_restore/*'
].join(',')
// just tests that the plugin loads
systemProperty 'tests.rest.suite', 'hdfs_repository/10_basic'
}
}

View File

@ -2,7 +2,7 @@
#
# Check plugin is installed
#
"HDFS Repository loaded":
"Plugin loaded":
- do:
cluster.state: {}