Skip to content

Commit da064ac

Browse files
authored
Merge branch 'main' into 8-kv-app-err
2 parents ad20183 + 67a7269 commit da064ac

File tree

3 files changed

+4
-100
lines changed

3 files changed

+4
-100
lines changed

tests/logictest/logictest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ def execute(self):
308308
if callable(getattr(self, "batch_execute")):
309309
# case batch
310310
for (file_path, suite_name) in self.statement_files:
311+
log.info(f"Suite: {file_path} started")
312+
311313
self.suite_now = suite_name
312314
statement_list = list()
313315
for state in get_statements(file_path, suite_name):
@@ -322,7 +324,7 @@ def execute(self):
322324
e)
323325
continue
324326

325-
log.info(f"Suite file:{file_path} pass!")
327+
log.info(f"Suite: {file_path} passed")
326328
else:
327329
raise RuntimeError(
328330
f"batch_execute is not implement in runner {self.kind}")

website/src/css/custom.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
/* You can override the default Infima variables here. */
8-
@import "./fonts.scss";
98
html,
109
body {
1110
@include pm;
@@ -61,4 +60,4 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
6160
border-right-color: var(--ifm-table-border-color);
6261
}
6362
}
64-
}
63+
}

website/src/css/fonts.scss

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)