patch-src_check_h 564 B

1234567891011
  1. --- check-0.10.0.orig/src/check.h 2015-08-02 21:32:21.000000000 +0200
  2. +++ check-0.10.0/src/check.h 2015-11-12 04:28:52.456347600 +0100
  3. @@ -807,7 +807,7 @@ enum print_output
  4. either "silent", "minimal", "normal",
  5. or "verbose". If the environment variable
  6. is not set, then CK_NORMAL will be used.*/
  7. -#if 1
  8. +#if 0
  9. CK_SUBUNIT, /**< Run as a subunit child process */
  10. #endif
  11. CK_LAST /**< Not a valid option */