From 33f63de66bb16c4ca96255a17975268a7d958281 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 19 Feb 2008 04:44:30 +0100 Subject: kvm fixes. (This used to be commit 3a5e2f9ba3131a2a264e21640db8bea255fe9ea3) --- source4/selftest/selftest.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest/selftest.pl') diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index b6ce643eb3..8647dee9d2 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -144,6 +144,7 @@ my $opt_expected_failures = undef; my @opt_exclude = (); my @opt_include = (); my $opt_verbose = 0; +my $opt_image = undef; my $opt_testenv = 0; my $ldap = undef; my $opt_analyse_cmd = undef; -- cgit