Framework: Heapsize configuration
[csit.git] / resources / libraries / python / DUTSetup.py
index ec0a796..28b3626 100644 (file)
@@ -33,7 +33,7 @@ class DUTSetup:
         :type node: dict
         :type service: str
         """
-        command = u"echo $(< /tmp/*supervisor*.log)"\
+        command = u"cat /tmp/*supervisor*.log"\
             if DUTSetup.running_in_container(node) \
             else f"journalctl --no-pager _SYSTEMD_INVOCATION_ID=$(systemctl " \
             f"show -p InvocationID --value {service})"