File: exclude-binary.patch

package info (click to toggle)
ruby-zeitwerk 2.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: ruby: 6,467; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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
--- a/bin/test
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-bundle exec minitest "$1"