]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
check: Replace exit with _fatal and _exit in check
authorNirjhar Roy (IBM) <nirjhar.roy.lists@gmail.com>
Wed, 30 Apr 2025 12:45:23 +0000 (12:45 +0000)
committerZorro Lang <zlang@kernel.org>
Tue, 6 May 2025 09:27:57 +0000 (17:27 +0800)
commit3738433813f5a56ea1a3cd4fcf0d1a634e93c568
tree0ee58edfcdbdb5d7ea96a6179573419227da5fc8
parent7446236447e5ef8a659e325b96dc826724275675
check: Replace exit with _fatal and _exit in check

Some of the "status=<val>;exit" and "exit <val>" were not
replaced with _exit <val> and _fatal. Doing it now.

Signed-off-by: Nirjhar Roy (IBM) <nirjhar.roy.lists@gmail.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
check