We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718ad48 commit 1d434adCopy full SHA for 1d434ad
spec/acceptance/peadm_spec/plans/test_migration.pp
@@ -86,7 +86,7 @@
86
}
87
88
# if a new PE version was specified then check it has been upgraded
89
- if $upgrade_version {
+ if $upgrade_version and $upgrade_version != '' {
90
if $peadm_config['value']['pe_version'] == $upgrade_version {
91
out::message("Upgraded to new PE version ${upgrade_version} correctly")
92
} else {
0 commit comments