summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2017-12-05 10:39:43 +0200
committerDavid Sterba <dsterba@suse.com>2018-01-31 15:14:01 +0100
commit058fad5b921db273cf56bb34c4482ba99359ef59 (patch)
treea8069a44ac781ff0ce55c914d0fd1f908f152079 /tests/README.md
parent2e1932e6a380a0cf94501e31f0c0f7814f73378e (diff)
btrfs-progs: tests: Explictly state test.sh must be executable
Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 04d2ce2a..c4560185 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -164,7 +164,9 @@ how to do mkfs, mount, unmount, check, etc.
and join by dashes `-`. This will become the directory name, eg. `012-subvolume-sync-must-wait`.
3. Write a short description of the bug and how it's tested to the comment at the
-begining of `test.sh`. You don't need to add the file to git yet.
+begining of `test.sh`. You don't need to add the file to git yet. Don't forget
+to make the file executable, otherwise it's not going to be executed by the
+infrastructure.
4. Write the test commands, comment anything that's not obvious.