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 dependsOn hdfsFixture
} else { } else {
logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH") logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH")
systemProperty 'tests.rest.blacklist', [ // just tests that the plugin loads
'hdfs_repository/20_repository/*', systemProperty 'tests.rest.suite', 'hdfs_repository/10_basic'
'hdfs_repository/30_snapshot/*',
'hdfs_repository/40_restore/*'
].join(',')
} }
} }

View File

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