Skip to content

Commit

Permalink
Save .log files to allow easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo authored and RazvanLiviuVarzaru committed Aug 22, 2024
1 parent fee4daa commit 6958a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def createVar(base_path="./buildbot", output_dir=""):
# save defaults logs
echo "mysql-test/var/log" >>$var_tarball_list
find mysql-test/var/*/log -name "*.err" >>$var_tarball_list
find mysql-test/var/*/log -name "*.err" -o -name "*.log" >>$var_tarball_list
# save core dumps
find ./mysql-test/var/ -name "core*" >>$var_tarball_list
Expand Down

0 comments on commit 6958a35

Please sign in to comment.