Skip to content

Commit

Permalink
fix log copy
Browse files Browse the repository at this point in the history
  • Loading branch information
shurivich committed Nov 20, 2024
1 parent 9bc8bd1 commit f5a8753
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -948,15 +948,16 @@ jobs:
name: Collect log files
no_output_timeout: 5m
command: |
cd system-tests
mkdir -p log_debugger
find . -type d -name "log*" -exec mv {} log_debugger/ \;
for dir in system-tests/logs*/; do
cp -r "$dir" logs_debugger
fi
- store_test_results:
path: system-tests/logs_debugger
path: logs_debugger
- store_artifacts:
path: system-tests/logs_debugger
path: logs_debugger
parametric-tests:
machine:
Expand Down

0 comments on commit f5a8753

Please sign in to comment.