mirror of https://github.com/ipxe/ipxe.git
[test] Include build architecture in test suite banner
The test suites for the various architectures are often run back to back, and there is currently nothing to visually distinguish one test run from another. Include the architecture name within the self-test startup banner, to aid in visual identification of test results. Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/888/head
parent
bfa5262f0e
commit
84cb774390
|
@ -119,7 +119,7 @@ static int run_all_tests ( void ) {
|
|||
unsigned int total = 0;
|
||||
|
||||
/* Run all compiled-in self-tests */
|
||||
printf ( "Starting self-tests\n" );
|
||||
printf ( "Starting %s self-tests\n", _S2 ( ARCH ) );
|
||||
for_each_table_entry ( tests, SELF_TESTS )
|
||||
run_tests ( tests );
|
||||
|
||||
|
|
Loading…
Reference in New Issue