Skip to content

Commit

Permalink
Removed -d all from documentation
Browse files Browse the repository at this point in the history
Removed the unsupported feature -d all from docs
  • Loading branch information
Mendi03 committed Jul 14, 2023
1 parent c7a6ed0 commit 2d37b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/buildspecs/compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ We can build this test by running::

buildtest build -b $BUILDTEST_ROOT/examples/compilers/envvar_override.yml

Next, let's see the generated test by running ``buildtest inspect query -d all --testpath override_environmentvars``. The
``-d all`` will display all test records for ``override_environmentvars``. Take a note that we have
Next, let's see the generated test by running ``buildtest inspect query --testpath override_environmentvars``. Take a note that we have
``export OMP_NUM_THREADS=4`` for `gcc_8.3.0` test and ``export OMP_NUM_THREADS=2`` for system gcc.

.. dropdown:: ``buildtest inspect query --testpath override_environmentvars/``
Expand Down

0 comments on commit 2d37b2a

Please sign in to comment.