Skip to content

Conversation

@afriqs
Copy link

@afriqs afriqs commented Aug 20, 2024

Hi,

First of all thanks for sharing this gem 👍

We encountered an issue while working within a monorepos. Let's imagine the tree of the project is :

root
|_ api # rails app
|_ gui # any frontend app
|_ doc

When we use bummr within the api folder the updates of gems and the launch of the test suite works, but if the tests fail we have the log You need to run this command from the toplevel of the working tree. four times and it stops. The culprit is git-bisect which has to be launched at the root of the project 🤔

Here is a PR to fix this issue.

Note : it needs to provide a TEST_COMMAND with an absolute path in order that bummer update and bummer bisect run well.

Hope it helps.

Needs to provide TEST_COMMAND with absolute path.
@lpender
Copy link
Collaborator

lpender commented Jun 15, 2025

Hi, sorry for the delay and thank you for the submission!

Is it possible to add a test?

@afriqs
Copy link
Author

afriqs commented Jul 10, 2025

Hi,

I had a quick look on how to add a test but did not figure how to do it well 🤔

Will try again but if you have any hint you're welcome 😇

@afriqs
Copy link
Author

afriqs commented Jul 10, 2025

Well, I tried again. The tests are OK but they also are OK when I revert my changes so it is not convincing 😒

@lpender
Copy link
Collaborator

lpender commented Jul 11, 2025

Okay, thanks I'll take a look :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants