File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898
9999 # Run setup scripts for Arm FVP and Arm AOT Compilation
100100 cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
101- install_executorch "--use-pt-pinned-commit"
101+ install_executorch
102102 .ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
103103 source examples/arm/ethos-u-scratch/setup_path.sh
104104 source $ZEPHYR_PROJ_ROOT/zephyr/zephyr-env.sh
@@ -142,7 +142,7 @@ jobs:
142142 fi
143143
144144 # Report fail if simulation does not complete successfully
145- grep -F "SUCCESS: Program complete, exiting." sim.out
145+ grep -qF "SUCCESS: Program complete, exiting." sim.out
146146 exit_status=$? #store 0 if found (success), 1 if not (failure)
147147 if [[ "$exit_status" -eq "1" ]]; then
148148 cat sim.out
You can’t perform that action at this time.
0 commit comments