intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
258 stars 156 forks source link

Fedora adapt #306

Closed jimc closed 1 year ago

jimc commented 1 year ago

2 patches here:

1- use YAML.unsafe_load to avoid ruby 3.2 / Psych 4 error

in `find': Tried to load unspecified class: Time (Psych::DisallowedClass)
        from /usr/share/gems/gems/psych-5.0.1/lib/psych/class_loader.rb:28:in `load'

2- use single-quotes around grep 'pattern' since no variable interpolation is done. Maybe wrong wrt escape-backslash, I had no success proving it either way.

jimc commented 1 year ago

branch is now force-updated to check Psych version, as done in commit 711cb48ded8c6ac2c75557158cff40f1639705f7 Author: Philip Li philip.li@intel.com Date: Sat May 27 18:42:25 2023 +0800

rli9 commented 1 year ago

thanks for the patch