Message ID | 20230717131507.32420-4-ilpo.jarvinen@linux.intel.com |
---|---|
State | Accepted |
Commit | f99e413eb54652e2436cc56d081176bc9a34cd8d |
Headers | show |
Series | [v5,01/19] selftests/resctrl: Add resctrl.h into build deps | expand |
diff --git a/tools/testing/selftests/resctrl/resctrl.h b/tools/testing/selftests/resctrl/resctrl.h index 87e39456dee0..f455f0b7e314 100644 --- a/tools/testing/selftests/resctrl/resctrl.h +++ b/tools/testing/selftests/resctrl/resctrl.h @@ -43,6 +43,7 @@ do { \ perror(err_msg); \ kill(ppid, SIGKILL); \ + umount_resctrlfs(); \ exit(EXIT_FAILURE); \ } while (0)