File: exclude-binary.patch

package info (click to toggle)
ruby-zeitwerk 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: ruby: 3,203; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Exclude binaries
 This package serves libraries, not binaries.
 This patch will remove binaries (bin/test).
Author: Jongmin Kim <jmkim@pukyong.ac.kr>
Forwarded: not-needed
Last-Update: 2019-06-03
--- ruby-zeitwerk-2.1.6.orig/bin/test
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [[ -z $1 ]]; then
-    bundle exec rake
-else
-    bundle exec rake TEST="$1"
-fi