Skip to content

Skip firstbytes / lastbytes#89

Closed
AlwaysHC wants to merge 4 commits intopauldreik:mainfrom
AlwaysHC:skip
Closed

Skip firstbytes / lastbytes#89
AlwaysHC wants to merge 4 commits intopauldreik:mainfrom
AlwaysHC:skip

Conversation

@AlwaysHC
Copy link
Copy Markdown

@AlwaysHC AlwaysHC commented Oct 15, 2021

Added a skip option to avoid the
"Now eliminating candidates based on first bytes"
"Now eliminating candidates based on last bytes"
step

#88

Comment thread testcases/skip_options.sh
Comment on lines +17 to +19
$rdfind -skip $skiptype -deleteduplicates true a b
[ -e a ]
[ ! -e b ]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is testing that the new options are accepted. Which is good. But would be possible to even check the output and see if the option really took effects? Or that another invalid option lead to error?

Just a new user of this program, please ignore if the suggestion does not make sense.

@pauldreik
Copy link
Copy Markdown
Owner

thank you for the PR! it stands out in that it actually adds testing, something that is almost always left out.

I implemented this functionality in #208

@pauldreik pauldreik closed this Feb 15, 2026
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.

3 participants