File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -145,18 +145,14 @@ jobs:
145
145
146
146
# loop over all tests
147
147
readarray -t TESTS < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\" | keys[]" -r --compact-output)
148
- echo "Tests: ${TESTS[@]}"
149
-
150
-
151
148
for ((tidx=0; tidx<${#TESTS[@]}; tidx++)); do
152
- readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"|[] " -r --compact-output)
149
+ readarray -t MAKES < <(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"" -r --compact-output)
153
150
echo $(echo $hil | jq ".\"${{ env.library }}\".\"${DEVICE}\".\"${TESTS[$tidx]}\"|.[]" -r --compact-output)
154
151
155
152
156
153
157
154
echo $tidx
158
155
echo ${MAKES[@]}
159
- echo $TESTS[$tidx]
160
156
161
157
# loop over all makes in the test for sender receiver tests
162
158
for ((midx=0; midx<${#MAKES[@]}; midx++)); do
@@ -171,7 +167,6 @@ jobs:
171
167
172
168
echo "FQBN : $FQBN"
173
169
echo "Device : $DEVICE"
174
- echo "Test : $TESTS[$idx]"
175
170
echo "Port : $PORTS[$idx]"
176
171
177
172
done
You can’t perform that action at this time.
0 commit comments