Lines Matching defs:debug
189 str += "| <no debug buffer>\n"
198 def __init__(self, comment = None, debug=None):
201 self.__debug = debug
216 the test case class' debug() method.
224 self.test_case.debug(record)
228 # to debug output so they are not shown by default.
519 def debug(self, s):
535 self.debug(" \\\n".join(res))
552 self.debug(output.strip())
557 self.debug("[exited {0}, expected {1}]".format(
703 self.debug("removing: {0}".format(path))
856 self.debug("[{0} not found]".format(compiler))
1505 test.debug("_" * 75)
1506 test.debug("Start: {0}".format(
1514 test.debug(x)
1515 test.debug("_" * 75)
1516 test.debug("")
2308 def __init__(self, command, output=None, comment=None, debug=None):
2313 self.__debug = debug
2390 self.debug("image {0:d} selected: {1}".format(ii, path))
2462 self.debug("image_create {0}".format(img_path))
2520 self.debug("image_destroy {0}".format(img_path))
2746 self.debug("$ export PKG_TRANS_ID={0}".format(out))
2752 self.debug("$ export PKG_TRANS_ID=")
2907 self.debug("YAWN ... going to sleep now\n")
2909 self.debug("\n\n\n")
2910 self.debug("".join(traceback.format_stack()))
2937 args += " --debug smf_cmds_dir={0}".format(
3166 self.debug("created repository {0}".format(repodir))
3192 self.debug("prep_depot: set depot port {0:d}".format(port))
3193 self.debug("prep_depot: set depot repository {0}".format(repodir))
3194 self.debug("prep_depot: set depot log to {0}".format(logpath))
3218 self.debug("prep_depot: starting depot")
3222 self.debug("prep_depot: failed to start "
3225 self.debug("depot on port {0} started".format(port))
3266 self.debug("attach: {0}".format(str(kwargs)))
3272 self.debug("detach: {0}".format(str(kwargs)))
3278 self.debug("sync: {0}".format(str(kwargs)))
3286 self.debug("install {0}".format(" ".join(pkg_list)))
3311 self.debug("revert {0}".format(" ".join(args)))
3320 self.debug("dehydrate {0}".format(" ".join(publishers)))
3329 self.debug("rehydrate {0}".format(" ".join(publishers)))
3338 self.debug("planning fix")
3346 self.debug("uninstall {0}".format(" ".join(pkg_list)))
3353 self.debug("planning update")
3362 self.debug("change varcets: {0}".format(str(kwargs)))
3554 self.debug("setup: {0}".format(self.id()))
3555 self.debug("creating {0:d} repo(s)".format(len(publishers)))
3556 self.debug("publishers: {0}".format(publishers))
3557 self.debug("debug_features: {0}".format(list(debug_features)))
3588 self.debug("check for depot tracebacks in {0}".format(logpath))
3597 self.debug("restarting {0:d} depot(s)".format(len(self.dcs)))
3600 self.debug("stopping depot at url: {0}".format(dc.get_depot_url()))
3602 self.debug("starting depot at url: {0}".format(dc.get_depot_url()))
3613 self.debug("killalldepots: {0}".format(self.id()))
3625 self.debug("stopping depot at url: {0}, {1}".format(
3635 self.debug("depot: {0}".format(status))
3650 self.debug("ManyDepotTestCase.tearDown: {0}".format(self.id()))
3708 self.debug("stopping apache controller {0}".format(
3714 self.debug("killing apache "
3718 self.debug("Unable to kill "
3736 command = "--debug ssl_ca_file={0} {1}".format(
3745 command = "{0} --debug ssl_ca_file={1}".format(
3754 command = "{0} --debug ssl_ca_file={1}".format(
3763 command = "--debug ssl_ca_file={0} {1}".format(
4058 # Possible values include: debug, info, notice, warn, error, crit,
4061 LogLevel debug
4297 def debug(s):
4392 debug("fakeroot image create {0}".format(fakeroot))
4477 def debug(self, msg):
4479 self.__tc.debug(msg)
4508 self.debug(" ".join(cmdline))
4576 self.debug(stop_errout)
4578 self.debug(stop_output)
4602 self.debug(errout)