From 07078284ffc1ace0105b4767fe739e5363edff34 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Tue, 21 Jun 2022 16:18:55 +0200 Subject: [PATCH] Fix docs of execution modes' `target_systems` --- docs/config_reference.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/config_reference.rst b/docs/config_reference.rst index f24b4d9f62..b6becf7e4e 100644 --- a/docs/config_reference.rst +++ b/docs/config_reference.rst @@ -1285,11 +1285,10 @@ The options of an execution mode will be passed to ReFrame as if they were speci :required: No :default: ``["*"]`` - A list of systems or system/partitions combinations that this execution mode is valid for. + A list of systems *only* that this execution mode is valid for. For a detailed description of this property, you may refer `here <#.environments[].target_systems>`__. - General Configuration ---------------------