aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-posix-spawn/rakefile-skip-build.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-13 10:02:05 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 15:45:05 +0000
commit1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0 (patch)
tree3f9a07bbbb8f36e91c5bb376b1ef7ef636a4f338 /community/ruby-posix-spawn/rakefile-skip-build.patch
parent1d6d15e604e891da8be27cfb770c736d7afde27c (diff)
downloadaports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.bz2
aports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.xz
community/ruby-posix-spawn: move from testing
Minor changes to pass lint
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