Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/modules/global_report.py')
-rwxr-xr-xtests/python/modules/global_report.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/python/modules/global_report.py b/tests/python/modules/global_report.py
index e45d159bb2d..8ed8551beb9 100755
--- a/tests/python/modules/global_report.py
+++ b/tests/python/modules/global_report.py
@@ -32,11 +32,12 @@ def _write_html(output_dir):
.failed {{ color: red; }}
.none {{ color: #999; }}
</style>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="container">
<br/>
+ <h1>{title}</h1>
{combined_reports}
<br/>
</div>