2006-06-24 20:18:27 by steve
Add gentoo + ubuntu to the tests.
This commit is contained in:
parent
49baddb516
commit
07c024a350
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# $Id: hook-tls.t,v 1.2 2006-06-09 15:12:33 steve Exp $
|
||||
# $Id: hook-tls.t,v 1.3 2006-06-24 20:18:27 steve Exp $
|
||||
#
|
||||
|
||||
use strict;
|
||||
@ -12,8 +12,10 @@ use Test::More qw( no_plan );
|
||||
use File::Temp;
|
||||
|
||||
|
||||
testTLSDisabling( "debian" );
|
||||
testTLSDisabling( "centos4" );
|
||||
testTLSDisabling( "debian" );
|
||||
testTLSDisabling( "gentoo" );
|
||||
testTLSDisabling( "ubuntu" );
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -4,15 +4,17 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# $Id: hooks.t,v 1.5 2006-06-13 13:26:00 steve Exp $
|
||||
# $Id: hooks.t,v 1.6 2006-06-24 20:18:27 steve Exp $
|
||||
#
|
||||
|
||||
use strict;
|
||||
use Test::More qw( no_plan );
|
||||
|
||||
|
||||
testDistroHooks( "debian" );
|
||||
testDistroHooks( "centos4" );
|
||||
testDistroHooks( "debian" );
|
||||
testDistroHooks( "gentoo" );
|
||||
testDistroHooks( "ubuntu" );
|
||||
|
||||
|
||||
sub testDistroHooks
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# $Id: plugin-checks.t,v 1.4 2006-06-13 13:26:00 steve Exp $
|
||||
# $Id: plugin-checks.t,v 1.5 2006-06-24 20:18:27 steve Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -13,8 +13,10 @@ use strict;
|
||||
use Test::More qw( no_plan );
|
||||
|
||||
|
||||
testPlugins( "debian" );
|
||||
testPlugins( "centos4" );
|
||||
testPlugins( "debian" );
|
||||
testPlugins( "gentoo" );
|
||||
testPlugins( "ubuntu" );
|
||||
|
||||
|
||||
sub testPlugins
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user