Ticket #1088 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

TestRunner / BenchRunner: use compatible command line option

Reported by: bdelbosc Assigned to: bdelbosc
Priority: P3 Milestone: unspecified
Component: funkload Version: unspecified
Severity: normal Keywords: options
Cc:

Description

TestRunner? BenchRunner?: use compatible command line option

* the '-v' should be '--version'

* -the '-c' should be '--color' for both fl-run-test and fl-run-bench

etc

Change History

11/08/05 14:53:11 changed by bdelbosc

  • status changed from new to closed.
  • resolution set to fixed.

fixed for 1.3.0 target:

  • All fl-* executables have a --version option to display the FunkLoad?_ version.
  • All fl-run-* are now in color mode by default. Use --no-color options for monochrome output. You need to remove the -c option for fl-run-test and -C for fl-run-bench in your scripts.
  • Changing fl-run-bench short option -d into -D for duration, keeping -d for debug mode.
  • Removing fl-run-test short option -D to not conflict with new -D option of fl-run-bench, you now have to use the long format --dump-directory.