Skip to content

Commit

Permalink
test: Tweak negative_merge_time_pred to work even during system merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Sep 26, 2024
1 parent 30214cd commit 7b7d47a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,9 @@ fn negative_merge_time() {

/// Same as negative_merge_time() but for predict command.
/// For `pred` the negative merge time is ignored.
///
/// Ignored by default: depends on there being no currently running emerge.
#[ignore]
#[test]
fn negative_merge_time_pred() {
let a = "%Fnegtime.log p --date unix -oc";
let a = "%Fnegtime.log p -stm --date unix -oc";
let i = "[ebuild R ~] kde-plasma/kwin-5.15.5\n";
let o = format!("kde-plasma/kwin-5.15.5 4:33 \n\
Estimate for 1 ebuild 4:33 @ {}\n",
Expand Down

0 comments on commit 7b7d47a

Please sign in to comment.