Skip to content

Add some useful commands to test output when folders differ #349

@crankydillo

Description

@crankydillo

Related issue: #296

When a folder comparison assertion fails in butterfly-test, I was taking the output and constructing this command:

diff super-long-base-path/relative-concatenated-path  super-long-base-path2/relative-concatenated-path

I got tired constructing this command and made a local hack that adds the above to the output and would like to contribute. I know not every OS will have diff, but many will and hopefully the rest have some equivalent. Anyhow, this was a huge time saver for me.

May want to look at what diff options we have that work against folders.

I really use the awesome vimdiff, but I realize most won't want that:)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions