issue 1
(Command line option to preserve created file doesn't work) reported by scompt
- 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.
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.