From f3ad0a9346a247f74b3c277de7cd7daa3775cecb Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Tue, 1 Aug 2017 22:57:21 +0900 Subject: Fix report dir path --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3