Skip to content

Commit

Permalink
Fix sle version on SLE15 Installation with previous SLE12 installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Nov 23, 2017
1 parent 91684b3 commit d0f29f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions products/sle/main.pm
Expand Up @@ -553,6 +553,9 @@ sub install_this_version {
}

sub load_inst_tests {
# Switch to VERSION_ACTUAL (for SLE-15 installation when SLE12-SPx layered)
set_var('VERSION', get_var('VERSION_ACTUAL')) if get_var('VERSION_ACTUAL');

loadtest "installation/welcome";
if (get_var('DUD_ADDONS')) {
loadtest "installation/dud_addon";
Expand Down Expand Up @@ -686,6 +689,7 @@ sub load_inst_tests {
loadtest "installation/user_settings";
}
loadtest "installation/user_settings_root";

if (get_var('PATTERNS') || get_var('PACKAGES')) {
loadtest "installation/installation_overview_before";
loadtest "installation/select_patterns_and_packages";
Expand Down

0 comments on commit d0f29f5

Please sign in to comment.