Skip to content

rtems-test: Fix --jobs option in --help output

Ranulfo Raphael requested to merge ranulfo/rtems-tools:rtems-test/help into main

Summary

This merge request fixes the --jobs option in --help output.

$ rtems-test --help | grep jobs
--jobs=[0..n,none,half,full] : Run with specified number of jobs, default: num CPUs.

$ rtems-test --jobs=full
error: invalid jobs option: full

The valid jobs option is max.

Merge request reports