Fix the mistake of 'python' missing.
authorwanchao-xu <wanchao.xu@samsung.com>
Wed, 24 Jan 2024 03:32:05 +0000 (11:32 +0800)
committerwanchao-xu <wanchao.xu@samsung.com>
Wed, 24 Jan 2024 03:32:05 +0000 (11:32 +0800)
Change-Id: I215e2bb67cb5d210912c443d5840ab6be2f8ddf2
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
cases/create/opt_cases/mic_cr_loop_release_latest_riscv64.case

index 945470bfc29c0ec10ba205d2d77924ddb408b85d..21d7ae68e1a5d89ee5a1698a99db2b4ea649eaad 100755 (executable)
@@ -6,7 +6,7 @@
     <copy src="py_scripts/repo_parse.py"/>
   </fixtures>
   <steps><![CDATA[
- repo_parse.py handset_blackbay_riscv64.ks repo_config.json riscv64-no-source-profile
+python repo_parse.py handset_blackbay_riscv64.ks repo_config.json riscv64-no-source-profile
 losetup_path=$(sudo which losetup)
 sudo $losetup_path -a
 loop_used_before=$(sudo $losetup_path -a | wc -l)