doc: fix autopilot command in release notes 19.08

Fixes #3764
This commit is contained in:
Norman Feske 2020-05-19 16:12:49 +02:00 committed by Christian Helmuth
parent f80b4b9fd9
commit 128ba65109
1 changed files with 2 additions and 2 deletions

View File

@ -665,13 +665,13 @@ in the new '-t <architecture-board-kernel>' command line option, which
instructs autopilot to generate a build directory for _architecture_ and
execute tests for the _board-kernel_ combination.
! autopilot -t x86_64-pc-sel4 -t x86_64-pc-nova -r run/log
! autopilot -t x86_64-pc-sel4 -t x86_64-pc-nova -r log
The known options for '-k kernel' and '-p platform' are still supported with
the small change that the platform must now be defined as
_architecture-board_.
! autopilot -p x86_64-pc -k sel4 -k nova -r run/log
! autopilot -p x86_64-pc -k sel4 -k nova -r log
Autopilot now also documents the hidden feature to propagate custom 'RUN_OPTs'
via the 'RUN_OPT_AUTOPILOT' environment variable to the run tool executed.