File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ get_kernel_versions_to_test() {
1313 for kernel_flavor in " ${KERNEL_FLAVORS[@]} " ; do
1414 for DRIVER_BRANCH in " ${DRIVER_BRANCHES[@]} " ; do
1515 source ./tests/scripts/findkernelversion.sh " $BASE_TARGET " " ${kernel_flavor} " " $DRIVER_BRANCH " " $DIST " >&2
16- echo -e " SHIVA1 == $KERNEL_VERSION "
16+ # echo -e "SHIVA1 == $KERNEL_VERSION"
1717 if [[ " $should_continue " == true ]]; then
1818 break
1919 fi
2020 done
2121 if [[ " $should_continue " == true ]]; then
22- echo -e " SHIVA3 == $KERNEL_VERSION "
22+ # echo -e "SHIVA3 == $KERNEL_VERSION"
2323 KERNEL_VERSION=$( echo " $KERNEL_VERSION " | tr -d ' \n' )
24- echo -e " SHIVA4 == $KERNEL_VERSION "
24+ # echo -e "SHIVA4 == $KERNEL_VERSION"
2525 kernel_versions+=(" $KERNEL_VERSION " )
2626 fi
2727 done
28- echo -e " SHIVA5 == ${kernel_versions[@]} "
28+ # echo -e "SHIVA5 == ${kernel_versions[@]}"
2929 echo " ${kernel_versions[@]} "
3030}
Original file line number Diff line number Diff line change 3535 rm -f $artifact .tar
3636 export $( grep -oP ' KERNEL_VERSION=[^ ]+' ./kernel_version.txt)
3737 rm -f kernel_version.txt
38- export should_continue=true
39- echo " SHIVA == $KERNEL_VERSION "
38+ # export should_continue=true
39+ # echo "SHIVA == $KERNEL_VERSION"
4040 break
4141 fi
4242 done
4343 # no need to check further for 1st release
44- exit 0
44+ # exit 0
4545fi
4646
4747# calculate driver tag
You can’t perform that action at this time.
0 commit comments