We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d026251 + 6c8d9f7 commit 996dba7Copy full SHA for 996dba7
testcases/OpTestKernelTest.py
@@ -107,7 +107,7 @@ def is_url(path):
107
log.debug("Compile the upstream kernel")
108
try:
109
cpu = self.cv_HOST.host_get_core_count()
110
- err=self.con.run_command("make -j {} -s".format(cpu), timeout=self.host_cmd_timeout)
+ err=self.con.run_command("make -j {} -s".format(int(cpu)), timeout=self.host_cmd_timeout)
111
log.info("Kernel build successful")
112
return 0,err
113
except CommandFailed as e:
0 commit comments