X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.simple%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fcore%2Fexecution%2Ftasks%2FSystemCall.java;h=e45ae540d12d74c36d38d4890621da660cd5e32f;hb=e7ddf0b3a271a2f22108ee5b9fba69888f5c78ec;hp=0ea1f7beee7fc8848025d3b0cfb38ddd03b94b4c;hpb=8695884efeb66c4bab1b268bc8a82099eaa61a57;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java b/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java index 0ea1f7bee..e45ae540d 100644 --- a/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java +++ b/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java @@ -56,6 +56,15 @@ public class SystemCall extends TreeSRelatedHelper implements Runnable, private TestResult testResult; + public SystemCall() { + + } + + public SystemCall(List command) { + super(); + this.command = command; + } + public void run() { // Log writers final Writer stdOutWriter;