Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 41105c18624e
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 434f4dc5bb3a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 3, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    434f4dc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 ofborg/src/tasks/log_message_collector.rs
4 changes: 2 additions & 2 deletions ofborg/src/tasks/log_message_collector.rs
Original file line number Diff line number Diff line change
@@ -419,7 +419,7 @@ mod tests {
vec![worker::Action::Ack],
worker.consumer(&LogMessage {
from: make_from("foo"),
message: MsgType::Finish(BuildResult::V1 {
message: MsgType::Finish(Box::new(BuildResult::V1 {
tag: V1Tag::V1,
repo: Repo {
clone_url: "https://github.com/nixos/ofborg.git".to_owned(),
@@ -439,7 +439,7 @@ mod tests {
status: BuildStatus::Success,
attempted_attrs: Some(vec!["foo".to_owned()]),
skipped_attrs: Some(vec!["bar".to_owned()]),
})
}))
})
);
}