diff options
author | Jakob Unterwurzacher | 2018-01-21 20:04:37 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-01-21 20:04:37 +0100 |
commit | 991708af016af074b4cd99b2bf333fc48effaa55 (patch) | |
tree | 3d625038ce9086b626048e43b5d11a5e0c28b899 /tests/stress_tests/extractloop.bash | |
parent | f63ce35b3dabc0b39f21c258a9e3a92f47a1b037 (diff) |
Documentation: add extractloop example output
Diffstat (limited to 'tests/stress_tests/extractloop.bash')
-rwxr-xr-x | tests/stress_tests/extractloop.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stress_tests/extractloop.bash b/tests/stress_tests/extractloop.bash index 18fc4ef..5a3aa1b 100755 --- a/tests/stress_tests/extractloop.bash +++ b/tests/stress_tests/extractloop.bash @@ -8,6 +8,8 @@ # # This test is good at discovering inode-related memory leaks because it creates # huge numbers of files. +# +# See Documentation/extractloop.md for example output. set -eu |