[SCM] ci-tooling packaging branch, master, updated. 5737418ffcf57d210a50bf24ae16bf0d0947a76e

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Nov 24 13:53:09 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=5737418

The following commit has been merged in the master branch:
commit 5737418ffcf57d210a50bf24ae16bf0d0947a76e
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Nov 24 14:52:36 2015 +0100

    Make sure we sanitize the paths for docker
---
 test/lib/testcase.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/testcase.rb b/test/lib/testcase.rb
index 747ce90..cff05ff 100644
--- a/test/lib/testcase.rb
+++ b/test/lib/testcase.rb
@@ -45,7 +45,7 @@ EOT
     script_name = File.basename(self.class.file, '.rb')
     @datadir = File.join(script_base_path, 'data', script_name)
     @previous_pwd = Dir.pwd
-    @tmpdir = Dir.mktmpdir(self.class.to_s)
+    @tmpdir = Dir.mktmpdir(self.class.to_s.gsub(':', '_'))
     Dir.chdir(@tmpdir)
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list