mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-22 17:29:07 +08:00
For displaying a coloured title for the shutdown section in the logs, instead of having the colour control codes directly written in run.sh, we can pass the section title as an argument to "travis_fold()" and have it format and print it for us. This is cleaner, and slightly more in-line with what we do in the CI files of the vmtest repository.