Skip to content

Commit

Permalink
Add shutdown tests to minimalx scenarios
Browse files Browse the repository at this point in the history
Now loading cleanup_before_shutdown and shutdown to all minimalx
scenarios
  • Loading branch information
DrMullings committed Jan 17, 2019
1 parent b84ec4a commit c0a1013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions products/sle/main.pm
Expand Up @@ -1129,6 +1129,10 @@ else {
}
}

if (check_var('DESKTOP', 'minimalx')) {
load_shutdown_tests;
}

load_common_opensuse_sle_tests;

1;

0 comments on commit c0a1013

Please sign in to comment.