aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-posix-spawn/rakefile-skip-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-posix-spawn/rakefile-skip-build.patch')
-rw-r--r--community/ruby-posix-spawn/rakefile-skip-build.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ruby-posix-spawn/rakefile-skip-build.patch b/community/ruby-posix-spawn/rakefile-skip-build.patch
new file mode 100644
index 0000000000..8d656df062
--- /dev/null
+++ b/community/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