From 0d0a0cf2713abc8f37e9eff2ce710f2fc261089d Mon Sep 17 00:00:00 2001 From: maweiye Date: Thu, 24 Nov 2022 17:37:42 +0800 Subject: [PATCH] fixed 844ef2a from https://gitee.com/maweiye/xts_acts/pulls/6687 fix ActsToolChainTest fail Signed-off-by: maweiye --- commonlibrary/toolchain/libc-test/Test.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commonlibrary/toolchain/libc-test/Test.json b/commonlibrary/toolchain/libc-test/Test.json index 5230d4fae..494e166d5 100644 --- a/commonlibrary/toolchain/libc-test/Test.json +++ b/commonlibrary/toolchain/libc-test/Test.json @@ -24,6 +24,7 @@ "tar -xf /data/local/tmp/libc-test-lib.tar -C /data/local/tmp/", "chmod a+x -R /data/local/tmp/libc-test-lib", "chmod a+x -R /data/local/tmp/libc-test", + "mount -o rw,remount /", "rm -rf /data/local/tmp/libc-test/vsyslog", "rm -rf /data/local/tmp/libc-test/mkstemps", "rm -rf /data/local/tmp/libc-test/mkostemps", @@ -177,4 +178,4 @@ "cleanup-apps": true } ] -} \ No newline at end of file +} -- GitLab