diff options
| author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-07-22 22:31:25 +0900 |
|---|---|---|
| committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-07-22 22:31:25 +0900 |
| commit | ef1952b6d89f2326c56932bfc07e19ff7f713a01 (patch) | |
| tree | 127561d1a75566c99855a6daf2faea8f55a8cfb0 /Rakefile | |
| parent | 2462c51c199bef49b6e3673dfd5d6168983340b9 (diff) | |
| download | vyos-integration-test-ef1952b6d89f2326c56932bfc07e19ff7f713a01.tar.gz vyos-integration-test-ef1952b6d89f2326c56932bfc07e19ff7f713a01.zip | |
Run script with vyattacfg group
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ namespace :spec do RSpec::Core::RakeTask.new(host.to_sym) do |t| ENV['TARGET_TEST'] = test ENV['TARGET_HOST'] = host + if ENV['CI_FLAG'] + t.rspec_opts = "--format RspecJunitFormatter --out ../report/serverspec/results_#{test}_#{host}.xml" + end t.pattern = "spec/#{test}/#{host}_spec.rb" end end |
