improve build logic on windows without native libraries
This commit is contained in:
parent
0ed45c5bfb
commit
3a2464b80e
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Check plugin is installed
|
||||
#
|
||||
"HDFS Repository loaded":
|
||||
"Plugin loaded":
|
||||
- do:
|
||||
cluster.state: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue