From 7b059c91c709fe09589876116022ca81d7804e33 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 7 Mar 2018 18:04:21 +0100 Subject: testing/ruby-posix-spawn: new aport https://github.com/rtomayko/posix-spawn Ruby process spawning library --- testing/ruby-posix-spawn/rakefile-skip-build.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/ruby-posix-spawn/rakefile-skip-build.patch (limited to 'testing/ruby-posix-spawn/rakefile-skip-build.patch') diff --git a/testing/ruby-posix-spawn/rakefile-skip-build.patch b/testing/ruby-posix-spawn/rakefile-skip-build.patch new file mode 100644 index 0000000000..8d656df062 --- /dev/null +++ b/testing/ruby-posix-spawn/rakefile-skip-build.patch @@ -0,0 +1,10 @@ +--- a/Rakefile ++++ b/Rakefile +@@ -35,7 +35,6 @@ + t.libs << "test" + t.test_files = FileList['test/test_*.rb'] + end +-task :test => :build + + desc 'Run some benchmarks' + task :benchmark => :build do -- cgit v1.2.3