diff --git a/docs/features.rst b/docs/features.rst index 08f47ca9..6a7f53ff 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -6,15 +6,18 @@ Let's demonstrate the features on a simple wget example with the following directory structure:: - wget - ├── download - ├── protocols - │ ├── ftp - │ ├── http - │ └── https - ├── recursion - └── smoke - + wget/ + ├── download/ + ├── protocols/ + │   ├── ftp/ + │   ├── http/ + │   └── https/ + ├── recursion/ + ├── smoke/ + ├── main.fmf + └── runtest.sh + + 7 directories, 2 files Simple ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -25,7 +28,7 @@ metadata for a single test look like this:: description: Check basic download options tester: Petr Šplíchal tags: [Tier2, TierSecurity] - test: runtest.sh + test: ./runtest.sh time: 3 min