From 3cafa1a44279fe070fb344275258eefb1766f6b6 Mon Sep 17 00:00:00 2001 From: zhouhouyue <1282054757@qq.com> Date: Tue, 1 Nov 2022 03:54:57 +0000 Subject: [PATCH] update build_lite/Test.tmpl. Signed-off-by: zhouhouyue <1282054757@qq.com> --- build_lite/Test.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lite/Test.tmpl b/build_lite/Test.tmpl index 079d79c37..aae883e75 100755 --- a/build_lite/Test.tmpl +++ b/build_lite/Test.tmpl @@ -11,7 +11,7 @@ "type": "DeployToolKit", "auto_deploy":"True", "timeout": "2000000", - "upgrade_file_path":"resource/tools/UpgradeDevice_$product.py" + "upgrade_file_path":"resource/tools/UpgradeDevice_$product.py", "burn_file": "$product/$module.bin" } ], -- GitLab