diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-08-01 22:57:21 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-08-01 22:57:21 +0900 |
commit | f3ad0a9346a247f74b3c277de7cd7daa3775cecb (patch) | |
tree | 84e362d7fba8f02c86a3d4022049ef9909878012 | |
parent | ef1952b6d89f2326c56932bfc07e19ff7f713a01 (diff) | |
download | vyos-integration-test-f3ad0a9346a247f74b3c277de7cd7daa3775cecb.tar.gz vyos-integration-test-f3ad0a9346a247f74b3c277de7cd7daa3775cecb.zip |
Fix report dir path
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ namespace :spec do ENV['TARGET_TEST'] = test ENV['TARGET_HOST'] = host if ENV['CI_FLAG'] - t.rspec_opts = "--format RspecJunitFormatter --out ../report/serverspec/results_#{test}_#{host}.xml" + t.rspec_opts = "--format RspecJunitFormatter --out ./report/serverspec/results_#{test}_#{host}.xml" end t.pattern = "spec/#{test}/#{host}_spec.rb" end |