[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221208130805.66660-3-zhaogongyi@huawei.com>
Date: Thu, 8 Dec 2022 21:08:05 +0800
From: Zhao Gongyi <zhaogongyi@...wei.com>
To: <linux-kselftest@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<shuah@...nel.org>
CC: <zhaogongyi@...wei.com>
Subject: [PATCH -next 2/2] selftests/intel_pstate: do cleanup at exit
Remove the tmp files before the test exit.
Signed-off-by: Zhao Gongyi <zhaogongyi@...wei.com>
---
tools/testing/selftests/intel_pstate/run.sh | 1 +
1 file changed, 1 insertion(+)
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
--
2.17.1
Powered by blists - more mailing lists