Home | History | Annotate | Download | only in distutils

Lines Matching full:command

18     """Run another program, specified as a command list 'cmd', in a new process.
28 the command will not actually be run.
44 """Quote command-line arguments for DOS/Windows conventions.
71 # this seems to happen when the command isn't found
73 "command '%s' failed: %s" % (cmd[0], exc[-1])
75 # and this reflects the command running but failing
77 "command '%s' failed with exit status %d" % (cmd[0], rc)
90 # this seems to happen when the command isn't found
92 "command '%s' failed: %s" % (cmd[0], exc[-1])
94 # and this reflects the command running but failing
95 log.debug("command '%s' failed with exit status %d" % (cmd[0], rc))
97 "command '%s' failed with exit status %d" % (cmd[0], rc)
154 "command '%s' failed: %s" % (cmd[0], exc[-1])
157 "command '%s' terminated by signal %d" % \
166 "command '%s' failed with exit status %d" % \