NAME
run-command-to-fail - Tool to run command in cycle to check fail.
SYNOPSIS
run-command-to-fail [-h] [-l] [-n cycles] [-p preset] [--version]
DESCRIPTION
The debugging tool for the cyclic run of user command to detect random
fail.
The tool has some predefined behaviors like perl and perl with strace.
ARGUMENTS
* "-h"
Print help.
* "-l"
List presets.
* "-n cycles"
Number of cycles.
Default value is 100 cycles.
* "-p preset"
Preset for run.
Default value is 'perl'.
* "--version"
Print version of script.
ACTUAL PRESETS
"blank"
Clean preset. User could run anything, what want.
"perl"
Perl preset.
One argument is required, it's Perl file to run.
"strace_perl"
Perl preset with strace processing.
One argument is required, it's Perl file to run.
EXAMPLE
run-command-to-fail -n 10 -p blank true
REPOSITORY
<https://github.com/michal-josef-spacek/App-Run-Command-ToFail>
AUTHOR
Michal Josef Špaček <mailto:skim@cpan.org>
<http://skim.cz>
LICENSE AND COPYRIGHT
© 2023-2024 Michal Josef Špaček
BSD 2-Clause License
VERSION
0.05