mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[TEST] Fix plugin list comparison
The plugin command now displays the version of the plugin, which is compared to a string without the version. This removes the version from the string.
This commit is contained in:
parent
4cf4683a64
commit
3c10f90b47
@ -300,7 +300,7 @@ fi
|
||||
}
|
||||
|
||||
@test "[$GROUP] check the installed plugins can be listed with 'plugins list' and result matches the list of plugins in plugins pom" {
|
||||
"$ESHOME/bin/elasticsearch-plugin" list > /tmp/installed
|
||||
"$ESHOME/bin/elasticsearch-plugin" list | cut -d'@' -f1 > /tmp/installed
|
||||
compare_plugins_list "/tmp/installed" "'plugins list'"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user