Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line option to preserve created file doesn't work #1

Open
GoogleCodeExporter opened this issue Jul 30, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. run ./Bonnie -u

What is the expected output? What do you see instead?
Expected: Bonnie runs as normal, but doesn't unlink file in scratch directory.
Observed:
./Bonnie: illegal option -- u
usage: Bonnie [-d scratch-dir] [-s size-in-Mb] [-m machine-label] [-f txt/html]

What version of the product are you using? On what operating system?
Subversion trunk on Linux and Mac OSX

Please provide any additional information below.
I've attached a patch that changes the options passed to getopt.  There's
an 'x' option that isn't used anywhere that I assume should be a 'u' option
because that is what's used further down in the code.

Original issue reported on code.google.com by [email protected] on 29 Jul 2009 at 7:43

Attachments:

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

No branches or pull requests

1 participant