~iahmad/kubuntu-packaging/qtcreator

« back to all changes in this revision

Viewing changes to tests/system/shared/build_utils.py

  • Committer: Timo Jyrinki
  • Date: 2014-01-15 07:44:24 UTC
  • mfrom: (1.1.30)
  • Revision ID: timo.jyrinki@canonical.com-20140115074424-3pnj3a1x6s25im9v
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                installedSignalHandlers.setdefault("%s____%s" % (name,signalSignature), handlers)
66
66
    return wrappedFunction
67
67
 
68
 
# returns the currently assigned handler functions for a given object and signal
69
 
def getInstalledSignalHandlers(name, signalSignature):
70
 
    return installedSignalHandlers.get("%s____%s" % (name,signalSignature))
71
 
 
72
68
# this method checks the last build (if there's one) and logs the number of errors, warnings and
73
69
# lines within the Issues output
74
70
# optional parameter can be used to tell this function if the build was expected to fail or not