Poperly initialize Excuse.run_boottest.

This commit is contained in:
Vincent Ladeuil 2015-02-18 14:33:55 +01:00
parent 0f3662ec67
commit 0b7d702f69

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2001-2004 Anthony Towns <ajt@debian.org> # Copyright (C) 2006, 2011-2015 Anthony Towns <ajt@debian.org>
# Andreas Barth <aba@debian.org> # Andreas Barth <aba@debian.org>
# Fabio Tranchitella <kobold@debian.org> # Fabio Tranchitella <kobold@debian.org>
@ -52,6 +52,7 @@ class Excuse(object):
self._dontinvalidate = False self._dontinvalidate = False
self.forced = False self.forced = False
self.run_autopkgtest = False self.run_autopkgtest = False
self.run_boottest = False
self.distribution = "ubuntu" self.distribution = "ubuntu"
self.invalid_deps = [] self.invalid_deps = []