blob: 9ef7e3d3739896300b987be5da02ef98393e9d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.3 2014/12/12 04:39:23 mef Exp $
Configure must not be interactive.
--- Build.PL.orig 2014-12-12 13:28:34.000000000 +0900
+++ Build.PL 2014-12-12 13:31:03.000000000 +0900
@@ -79,10 +79,6 @@ my $build = Module::Build->subclass(
},
);
-if ( $build->y_n( "Run the long-running tests", 'n' ) ) {
- $build->notes( 'LONG_TESTS' => 1 );
-}
-
if ( $build->features( 'sqlite_engine' ) ) {
if ( $build->y_n( "Run the tests against the DBI engine via SQLite?", 'n' ) ) {
$build->notes( 'TEST_SQLITE' => 1 );
|