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>
master
Nikolay Borisov 2017-12-05 10:39:43 +02:00 committed by David Sterba
parent 2e1932e6a3
commit 058fad5b92
1 changed files with 3 additions and 1 deletions

View File

@ -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.