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

Commit 107aa75

Browse files
authored
Merge pull request #776 from chavafg/topic/fix_teardown
ci: Update how journalctl gets the cc-proxy log
2 parents b212a19 + f63701a commit 107aa75

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)