From 59587cc568af70a26d8feb537b1f607e099431a2 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.oliveiramaroneze@cea.fr> Date: Thu, 2 Jul 2020 16:41:32 +0200 Subject: [PATCH] [Doc] update documentation about DONTRUN --- doc/developer/advance.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/developer/advance.tex b/doc/developer/advance.tex index 956eda16413..91c8e28c361 100644 --- a/doc/developer/advance.tex +++ b/doc/developer/advance.tex @@ -1020,9 +1020,7 @@ directory of directory \texttt{tests}\codeidx{tests}. The \texttt{DONTRUN} directive does not need to have any content, but it is useful to provide an explanation of why the test should not be run ({\it e.g} test of a feature that is currently developed and not fully -operational yet). If a test file is explicitly given on the command -line of \ptests, it is always executed, regardless of the presence of -a \texttt{DONTRUN} directive. +operational yet). As said in Section~\ref{ptests:configuration}, these directives can be found in different places: -- GitLab