From 128ba65109931f51e7acdcfc2ea56c55086ca60d Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 19 May 2020 16:12:49 +0200 Subject: [PATCH] doc: fix autopilot command in release notes 19.08 Fixes #3764 --- doc/release_notes-19-08.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release_notes-19-08.txt b/doc/release_notes-19-08.txt index 791ea40cf..4fe08c980 100644 --- a/doc/release_notes-19-08.txt +++ b/doc/release_notes-19-08.txt @@ -665,13 +665,13 @@ in the new '-t ' 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.