summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2017-08-01 22:57:21 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2017-08-01 22:57:21 +0900
commitf3ad0a9346a247f74b3c277de7cd7daa3775cecb (patch)
tree84e362d7fba8f02c86a3d4022049ef9909878012
parentef1952b6d89f2326c56932bfc07e19ff7f713a01 (diff)
downloadvyos-integration-test-f3ad0a9346a247f74b3c277de7cd7daa3775cecb.tar.gz
vyos-integration-test-f3ad0a9346a247f74b3c277de7cd7daa3775cecb.zip
Fix report dir path
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5a16412..6ad376f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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