mbox series

[0/3,v2] tst_test.sh: Fix filesystem support detection

Message ID 20220922210931.23982-1-pvorel@suse.cz
Headers show
Series tst_test.sh: Fix filesystem support detection | expand

Message

Petr Vorel Sept. 22, 2022, 9:09 p.m. UTC
changes v1->v2:
* based on the top of Martin's patch [1]: using tst_supported_fs -s ..
 -d. instead of detecting filesystem with df.
* remove tst_skip_filesystems_skip.sh test
* add TINFO message to tst_test.sh

new commits:
* tst_supported_fs: Unify messaging
* tst_supported_fs: Fix return codes

[1] https://patchwork.ozlabs.org/project/ltp/patch/20220921155006.13360-1-mdoucha@suse.cz/

Petr Vorel (3):
  tst_supported_fs: Unify messaging
  tst_supported_fs: Fix return codes
  tst_test.sh: Fix filesystem support detection

 .../shell/tst_skip_filesystems_skip.sh        | 17 -----
 testcases/lib/tst_supported_fs.c              | 65 +++++++++----------
 testcases/lib/tst_test.sh                     | 14 ++--
 3 files changed, 40 insertions(+), 56 deletions(-)
 delete mode 100755 lib/newlib_tests/shell/tst_skip_filesystems_skip.sh