File tree 1 file changed +1
-19
lines changed
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -147,40 +147,22 @@ jobs:
147
147
readarray -t TESTS < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\" | keys[]" -r --compact-output)
148
148
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
149
149
readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"[]" -r --compact-output)
150
- echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"|.[]" -r --compact-output)
151
-
152
-
153
-
154
- echo $tidx
155
- echo ${MAKES[@]}
156
150
157
151
# loop over all makes in the test for sender receiver tests
158
152
for ((midx=0; midx<${#MAKES[@]}; midx++)); do
159
-
160
153
#make FQBN=${FQBN} PORT=${PORTS[$tidx]} UNITY_PATH=/opt/runner_support/Unity ${MAKES[$midx]}
161
154
echo "MAKE: ${MAKES[$midx]}"
162
- echo $midx
163
155
done
164
-
165
156
166
157
167
158
168
- echo "FQBN : $FQBN"
169
- echo "Device : $DEVICE"
170
- echo "Port : $PORTS[$idx]"
159
+
171
160
172
161
done
173
162
done
174
163
175
164
176
165
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
166
# ############################################################################
185
167
# Switch off the HIL after all tests are done
186
168
post :
You can’t perform that action at this time.
0 commit comments