From: a bellenir Date: Fri, 29 Aug 2014 23:40:22 +0000 (+0000) Subject: hopefully fix CI X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e2038a12301160d09deaa26a6622ab675bc7e8d5;p=projs%2Flibcds.git hopefully fix CI --- 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