Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: Amend jj tests
Merged fintohaps opened 1 day ago

Update the output of rad_jj_colocated_patch so that it passes with the current version of jj being used:

jj --version
jj 0.35.0

Mark rad_jj_bare as ignore since it currently cannot determine the RID from the rad remote.

fintohaps opened with revision 1fde49d5 on base 378365aa +7 -7 1 day ago

Update the output of rad_jj_colocated_patch so that it passes with the current version of jj being used:

jj --version
jj 0.35.0

Mark rad_jj_bare as ignore since it currently cannot determine the RID from the rad remote.

levitte commented on revision 1 1 day ago

When cargo test --locked, I get this:

thread 'commands::jj::rad_jj_colocated_patch' panicked at crates/radicle-cli-test/src/lib.rs:497:36:

--- Expected
++++ actual:   stderr
   1    1 | Done importing changes from the underlying Git repo.
   2    2 | Hint: The following remote bookmarks aren't associated with the existing local bookmarks:
   3    3 |   master@rad
   4    4 | Hint: Run the following command to keep local bookmarks updated on future pulls:
   5      -   jj bookmark track master@rad
        5 +   jj bookmark track master --remote=rad
   6    6 | Initialized repo in "."
   7    7 | Hint: Running `git clean -xdf` will remove `.jj/`!

Note, though:

$ jj --version
jj 0.40.0
lorenz pushed revision 2 24ae7117 on base 378365aa +7 -7 1 day ago

Relax matching to also match output from jj 0.40.0.

lorenz merged revision 24ae7117 at b4707e55 1 day ago