Skip to content

Commit

Permalink
Merge pull request #287 from rajatgoyal47/master
Browse files Browse the repository at this point in the history
uefi_app/linux_app print added
  • Loading branch information
chetan-rathore authored Jan 16, 2023
2 parents e60dc6c + e6aa75e commit c227f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux_app/sbsa-acs-app/sbsa_app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ main (int argc, char **argv)
printf("\n *** PCIe Exerciser tests only runs on UEFI *** \n");
//execute_tests_exerciser(1, g_sbsa_level, g_print_level);
}
printf("\n ** For complete SBSA test coverage, it is ");
printf("\n necessary to also run the BSA test **\n\n");
printf("\n *** SBSA tests complete *** \n\n");

cleanup_test_environment();
Expand Down
2 changes: 2 additions & 0 deletions uefi_app/SbsaAvsMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,8 @@ ShellAppMainsbsa (

freeSbsaAvsMem();

val_print(AVS_PRINT_TEST, "\n ** For complete SBSA test coverage, it is ", 0);
val_print(AVS_PRINT_TEST, "\n necessary to also run the BSA test ** \n\n", 0);
val_print(AVS_PRINT_TEST, "\n *** SBSA tests complete. Reset the system. *** \n\n", 0);

if(g_sbsa_log_file_handle) {
Expand Down

0 comments on commit c227f07

Please sign in to comment.