Message ID | 20221208130805.66660-3-zhaogongyi@huawei.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add setup/cleanup for run.sh | expand |
diff --git a/tools/testing/selftests/intel_pstate/run.sh b/tools/testing/selftests/intel_pstate/run.sh index ee78c61cccb9..3e187e54af16 100755 --- a/tools/testing/selftests/intel_pstate/run.sh +++ b/tools/testing/selftests/intel_pstate/run.sh @@ -140,5 +140,6 @@ do done < /tmp/governor rm -f /tmp/governor +rm -f /tmp/result\.* exit 0
Remove the tmp files before the test exit. Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com> --- tools/testing/selftests/intel_pstate/run.sh | 1 + 1 file changed, 1 insertion(+) -- 2.17.1