Added missing attributes to RunResult
This commit is contained in:
parent
fb0b6df1d0
commit
c392085833
@ -64,6 +64,9 @@ class SolarRunResult(object):
|
|||||||
failed = SolarRunResultWrp('failed')
|
failed = SolarRunResultWrp('failed')
|
||||||
stdout = SolarRunResultWrp('stdout')
|
stdout = SolarRunResultWrp('stdout')
|
||||||
stderr = SolarRunResultWrp('stderr')
|
stderr = SolarRunResultWrp('stderr')
|
||||||
|
succeeded = SolarRunResultWrp('succeeded')
|
||||||
|
command = SolarRunResultWrp('command')
|
||||||
|
real_command = SolarRunResultWrp('real_command')
|
||||||
return_code = SolarRunResultWrp('return_code')
|
return_code = SolarRunResultWrp('return_code')
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user