Skip to content

Commit

Permalink
Doc fixes before LTS - Introduction section
Browse files Browse the repository at this point in the history
Updates to documentation in `Welcome to avocado` section to respects the
latest changes.

Reference: avocado-framework#5757
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Sep 6, 2023
1 parent cfce417 commit 66eed6a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/source/quickstart/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ test reference, which could be either a path to the file, or a recognizable
name::

$ avocado run /bin/true
JOB ID : 3a5c4c51ceb5369f23702efb10b4209b111141b2
JOB LOG : $HOME/avocado/job-results/job-2019-10-31T10.34-3a5c4c5/job.log
(1/1) /bin/true: PASS (0.04 s)
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB TIME : 0.15 s
JOB ID : e0134e010afa18b55d93276ac2a790dc38db7948
JOB LOG : $HOME/avocado/job-results/job-2023-09-06T10.55-e0134e0/job.log
(1/1) /bin/true: STARTED
(1/1) /bin/true: PASS (0.02 s)
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML : $HOME/avocado/job-results/job-2023-09-06T10.55-e0134e0/results.html
JOB TIME : 1.52 s

You probably noticed that we used ``/bin/true`` as a test, and in accordance
with our expectations, it passed! These are known as **simple tests**, but there
with our expectations, it passed! These are known as **exec-test**, but there
is also another type of test, which we call **instrumented tests**.

.. tip:: See more at the `Test types`_ section on the `Avocado User's Guide`_.
Expand Down

0 comments on commit 66eed6a

Please sign in to comment.