1
0
mirror of synced 2026-01-18 00:42:31 +00:00

2006-06-24 20:18:27 by steve

Add gentoo + ubuntu to the tests.
This commit is contained in:
steve 2006-06-24 20:18:27 +00:00
parent 49baddb516
commit 07c024a350
3 changed files with 12 additions and 6 deletions

View File

@ -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" );
#

View File

@ -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

View File

@ -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