File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then
222222 # display port, mass storage, network controller...SKIP them
223223 /bin/bsa --skip-dp-nic-ms >> /mnt/acs_results/linux/BsaResultsApp.log
224224 else
225+ echo " Running command $bsa_command --skip-dp-nic-ms"
225226 $bsa_command --skip-dp-nic-ms >> /mnt/acs_results/linux/BsaResultsApp.log
226227 fi
227228 dmesg | sed -n ' H; /PE_INFO/h; ${g;p;}' > /mnt/acs_results/linux/BsaResultsKernel.log
@@ -244,6 +245,7 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then
244245 if [ -f /lib/modules/sbsa_acs.ko ]; then
245246 insmod /lib/modules/sbsa_acs.ko
246247 echo " SystemReady band ACS v3.1.0" > /mnt/acs_results/linux/SbsaResultsApp.log
248+ echo " Running command $sbsa_command --skip-dp-nic-ms"
247249 $sbsa_command --skip-dp-nic-ms >> /mnt/acs_results/linux/SbsaResultsApp.log
248250 dmesg | sed -n ' H; /PE_INFO/h; ${g;p;}' > /mnt/acs_results/linux/SbsaResultsKernel.log
249251 sync /mnt
You can’t perform that action at this time.
0 commit comments