From 6a6adde62f158bb2981cb8177a7dc3cc9dcee100 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 8 Jun 2022 18:20:15 +0300 Subject: [PATCH 1/3] Use `tree wget -F --dirsfirst` to clarify directory structure ``` cd tmp mkdir wget cd wget mkdir download protocols recursion smoke cd protocols mkdir ftp https http cd .. touch main.fmf cd .. tree wget -F --dirsfirst ``` --- docs/features.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/features.rst b/docs/features.rst index 08f47ca9..911d2ae9 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -6,15 +6,17 @@ 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 + + 7 directories, 1 file Simple ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 2c05a73a4202b6ce576e47476c8a516b9669b155 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 8 Jun 2022 18:22:51 +0300 Subject: [PATCH 2/3] Add `runtest.sh` to the tree ``` touch wget/runtest.sh tree wget -F --dirsfirst ``` --- docs/features.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/features.rst b/docs/features.rst index 911d2ae9..94fd4d8d 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -14,9 +14,10 @@ following directory structure:: │   └── https/ ├── recursion/ ├── smoke/ - └── main.fmf + ├── main.fmf + └── runtest.sh - 7 directories, 1 file + 7 directories, 2 files Simple ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 05f21ff3868079dfcc76aa9428857d1766913dc4 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 8 Jun 2022 20:47:20 +0300 Subject: [PATCH 3/3] `runtest.sh` should be in `cwd` for `main.fmf` --- docs/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.rst b/docs/features.rst index 94fd4d8d..6a7f53ff 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -28,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