Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Mar 14, 2023
1 parent 00c2a6d commit 4c7ed72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circleci-prepare-log-dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ for dev_node_logs_path in `find _build -name log -type d`; do
cp ${dev_node_logs_path}/* ${LOG_DIR}
done

find . big_tests -name *.log -exec cp ${LOG_DIR_ROOT} \;
find . big_tests -name '*.log' -exec cp ${LOG_DIR_ROOT} \;

0 comments on commit 4c7ed72

Please sign in to comment.