From e2038a12301160d09deaa26a6622ab675bc7e8d5 Mon Sep 17 00:00:00 2001 From: a bellenir Date: Fri, 29 Aug 2014 23:40:22 +0000 Subject: [PATCH] hopefully fix CI --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index a4e7d79..3241ce8 100644 --- a/Rakefile +++ b/Rakefile @@ -57,8 +57,7 @@ task :test do path = File.dirname(obj) gcov = File.basename(obj).ext('c.gcov') sh *['gcov', '-abc', obj] - FileUtils.cp(gcov,"#{path}/#{gcov}") - FileUtils.rm(gcov) + FileUtils.mv("./#{gcov}","#{path}/#{gcov}") end end -- 2.55.0