]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java
Introduce revision build numbers
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / tasks / SystemCall.java
index 0ea1f7beee7fc8848025d3b0cfb38ddd03b94b4c..e45ae540d12d74c36d38d4890621da660cd5e32f 100644 (file)
@@ -56,6 +56,15 @@ public class SystemCall extends TreeSRelatedHelper implements Runnable,
 
        private TestResult testResult;
 
+       public SystemCall() {
+
+       }
+
+       public SystemCall(List<Object> command) {
+               super();
+               this.command = command;
+       }
+
        public void run() {
                // Log writers
                final Writer stdOutWriter;