Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 575186 Details for
Bug 809942
Traceback on continue
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
hardwaretest.py patch fixing traceback
hardwaretest.patch (text/plain), 1.07 KB, created by
Greg Nichols
on 2012-04-04 17:30:50 UTC
(
hide
)
Description:
hardwaretest.py patch fixing traceback
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2012-04-04 17:30:50 UTC
Size:
1.07 KB
patch
obsolete
>Index: hardwaretest.py >=================================================================== >--- hardwaretest.py (revision 1261) >+++ hardwaretest.py (working copy) >@@ -568,7 +568,7 @@ > > def doWebStatus(self): > print "<pre>" >- planner = Planner(self.options, virtualization=None) >+ planner = Planner(self.options, virtualization=None, redHatRelease=self.redHatRelease) > planner.analyse(self.environment.getSourceDirectory()) > tests = planner.getServerModeTests(); > print "</pre>V7 Server Status:<pre>" >@@ -678,7 +678,7 @@ > print "All tests in the last test run are complete" > return False > # tests = self.addMandatoryTests(tests) don't re-do mandatory tests on a continue. >- self.planner = Planner(self.options, virtualization=self.getVirtualization()) >+ self.planner = Planner(self.options, virtualization=self.getVirtualization(), redHatRelease=self.redHatRelease) > self.planner.analyse(self.environment.getSourceDirectory()) > return self._doRun(tests, continueRun=True) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 809942
: 575186