Class: GroongaPackagesRegressionTest::Subcommand::Go

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/groonga_packages_regression_test/subcommand/go.rb

Instance Method Summary collapse

Methods included from Base

#initialize, #run_each_platforms

Instance Method Details

#runObject



8
9
10
11
12
13
14
15
# File 'lib/groonga_packages_regression_test/subcommand/go.rb', line 8

def run
  @platforms.each do |platform|
    tag = "groonga_packages_regression_test-#{platform}"
    puts("-----#{tag}-----")
    system("sudo docker run -t #{tag}")
    puts("---------------------------------------------------")
  end
end