Skip to content

Commit

Permalink
Update verbosity to debug Intel oneAPI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 14, 2024
1 parent 08b6d64 commit 206fa10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ttsafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gen_name(int value)
int
main(int argc, char *argv[])
{
fprintf(stderr, "Entering main()");
fprintf(stderr, "After performing tests\n");

/* Initialize testing framework */
TestInit(argv[0], NULL, NULL);
Expand Down Expand Up @@ -155,9 +155,9 @@ main(int argc, char *argv[])
TestParseCmdLine(argc, argv);

/* Perform requested testing */
fprintf(stderr, "Before performing tests");
fprintf(stderr, "Before performing tests\n");
PerformTests();
fprintf(stderr, "After performing tests");
fprintf(stderr, "After performing tests\n");

/* Display test summary, if requested */
if (GetTestSummary())
Expand Down

0 comments on commit 206fa10

Please sign in to comment.