Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit d9b2f28

Browse files
committed
ci: Update how journalctl gets the cc-proxy log
Now that the cc-proxy will not be a service, we need to use option -t in journalctl to get the logs from the proxy. Relates to: clearcontainers/runtime#835 clearcontainers/proxy#177 Fixes: #775 Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
1 parent 2df44d3 commit d9b2f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/teardown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ crio_log_prefix="crio_"
4040
if [ ${log_copy_dest} ]; then
4141
# Create the log files
4242
journalctl --no-pager -t cc-runtime > "${runtime_log_path}"
43-
journalctl --no-pager -u cc-proxy > "${proxy_log_path}"
43+
journalctl --no-pager -t cc-proxy > "${proxy_log_path}"
4444
journalctl --no-pager -t cc-shim > "${shim_log_path}"
4545
journalctl --no-pager -u crio > "${crio_log_path}"
4646

0 commit comments

Comments
 (0)