We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cde4ba1 + a221e4c commit 32bada8Copy full SHA for 32bada8
testcases/GcovSetup.py
@@ -199,6 +199,7 @@ def build_and_boot(self, config_path):
199
cmd = f"make -j modules_install && make install"
200
if not self.cv_HOST.host_run_command(cmd):
201
self.fail("module installation failed")
202
+ self.cv_HOST.host_run_command("grub2-mkconfig -o /boot/grub2/grub.cfg")
203
except Exception:
204
self.fail("compile and build of gcov kernel failed")
205
0 commit comments