From 7b70407f5f4cb97c274c7a35a73f8f66cc612dd0 Mon Sep 17 00:00:00 2001 From: yanglifeng1217 Date: Sat, 18 Jun 2022 10:54:56 +0800 Subject: [PATCH] Signed-off-by: yanglifeng1217 --- distributeddatamgr_lite/kv_store_posix/Test.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distributeddatamgr_lite/kv_store_posix/Test.json b/distributeddatamgr_lite/kv_store_posix/Test.json index 980fabab0..b6e887045 100644 --- a/distributeddatamgr_lite/kv_store_posix/Test.json +++ b/distributeddatamgr_lite/kv_store_posix/Test.json @@ -12,14 +12,14 @@ "server": "NfsServer", "mount": [ { - "source": "testcases/utils", - "target": "/test_root/utils" + "source": "testcases/distributeddatamgr", + "target": "/test_root/distributeddatamgr" } ] } ], "driver": { "type": "CppTestLite", - "execute": "/test_root/utils/ActsKvStoreTest.bin" + "execute": "/test_root/distributeddatamgr/ActsKvStoreTest.bin" } } \ No newline at end of file -- GitLab