tests: add TEMPORARY workaround for incompatible heartwood change
This needs to be removed once the native CI adapter can depend on a newer heartwood, but for now, this allows tests to pass.
Signed-off-by: Lars Wirzenius liw@liw.fi
feat: log request message to run log
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+19
-1
cae775ca
→
7e4a7610
modified src/runlog.rs
@@ -6,7 +6,7 @@ use std::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -17,6 +17,7 @@ use crate::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -147,6 +148,11 @@ impl RunLog {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/integration.rs
@@ -469,6 +469,18 @@ impl Rad {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|