[Ada] Document new switch --copy-environment for gnattest
authorFedor Rybin <frybin@adacore.com>
Fri, 25 May 2018 09:02:53 +0000 (09:02 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 25 May 2018 09:02:53 +0000 (09:02 +0000)
2018-05-25  Fedor Rybin  <frybin@adacore.com>

gcc/ada/

* doc/gnat_ugn/gnat_utility_programs.rst: Document new switch
--copy-environment for gnattest.

From-SVN: r260714

gcc/ada/ChangeLog
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst

index 66dfa8e747178f3627200c8a35b9b1ce75e75f75..37dce8b536759d511e39292e90dc938d356f6e90 100644 (file)
@@ -1,3 +1,8 @@
+2018-05-25  Fedor Rybin  <frybin@adacore.com>
+
+       * doc/gnat_ugn/gnat_utility_programs.rst: Document new switch
+       --copy-environment for gnattest.
+
 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
 
        * sem_elab.adb (Non_Private_View): Simplify by removing a local Result
index 2da86821a7e797376d7991b09a8c14e35403674c..9e366b38bf2badbda0011a86f7ecd4839fca7cca 100644 (file)
@@ -4759,6 +4759,13 @@ Alternatively, you may run the script using the following command line:
     Runs ``n`` tests in parallel (default is 1).
 
 
+    .. index:: --copy-environment (gnattest)
+
+  :switch:`--copy-environment={dir}`
+    Contents of ``dir`` directory will be copied to temporary directories
+    created by gnattest in which individual test drivers are spawned.
+
+
   .. _Project_Attributes_for_gnattest:
 
   Project Attributes for ``gnattest``