diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-manager/src/summary.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test-manager/src/summary.rs b/test/test-manager/src/summary.rs index cad11aca83..b8a6d5d809 100644 --- a/test/test-manager/src/summary.rs +++ b/test/test-manager/src/summary.rs @@ -177,9 +177,6 @@ pub async fn print_summary_table<P: AsRef<Path>>(summary_files: &[P]) { // Collect test details let tests: Vec<_> = inventory::iter::<crate::tests::TestMetadata>().collect(); - // Add some styling to the summary. - println!("<head> <style> table, th, td {{ border: 1px solid black; }} </style> </head>"); - // Print a table println!("<table>"); |
