Skip to content

Commit

Permalink
Merge pull request ManageIQ#15407 from jrafanie/setup_test_vmdb_all_t…
Browse files Browse the repository at this point in the history
…he_time

We always want to setup the sample manageiq test db
  • Loading branch information
bdunne authored Jun 20, 2017
2 parents c32abc7 + de9fbf7 commit 2f0efbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/manageiq/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ def self.manageiq_plugin_setup
if ENV["CI"]
write_region_file
create_database_user
setup_test_environment
end

setup_test_environment
end

def self.ensure_config_files
Expand Down

0 comments on commit 2f0efbe

Please sign in to comment.