From 735b194a2c6e6c2c36ecfb37b0e64d16e52577bf Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 10 May 2025 11:51:25 +0200 Subject: tests: fsstress-gocryptfs.bash: inform user that they should wait for cleanup Without this message, fsstress-gocryptfs.bash seems to just hang after Ctrl-C. --- tests/stress_tests/fsstress-gocryptfs.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stress_tests/fsstress-gocryptfs.bash b/tests/stress_tests/fsstress-gocryptfs.bash index 43b4222..e6c3281 100755 --- a/tests/stress_tests/fsstress-gocryptfs.bash +++ b/tests/stress_tests/fsstress-gocryptfs.bash @@ -83,7 +83,7 @@ done echo " ok: $MNT" # Cleanup trap -trap "kill %1 ; cd / ; fuse-unmount -z $MNT ; rm -rf $DIR $MNT" EXIT +trap "echo ' cleaning up...' ; kill %1 ; cd / ; fuse-unmount -z $MNT ; rm -rf $DIR $MNT" EXIT echo "Starting fsstress loop" N=1 -- cgit v1.2.3