Package: ohcount / 4.0.0-5

disabled_test_suite.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: disable test suite on build time, does not work
Author: Jonas Genannt <[email protected]>
Forwarded: not-needed

Index: ohcount/build
===================================================================
--- ohcount.orig/build
    ohcount/build
@@ -111,7  111,7 @@ build_test_suite()
 run_test_suite()
 {
   echo "Running test suite"
-  sh -c "cd test/unit/ && ./run_tests"
   echo "disabled test suite, does not work"
 }
 
 RUBY_HEADER_DIR=`ruby -rmkmf -e 'print RbConfig::expand(CONFIG["rubyhdrdir"])'`