File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9999 runs-on : macos-latest
100100 steps :
101101 - uses : actions/checkout@v4
102- - run : env PYTESTFLAGS="--verbose -p no:cacheprovider --color=yes" test/macos-script.sh
102+ - run : env PYTESTFLAGS="--verbose -p no:cacheprovider --color=yes -k '(TestTar and test_25) or TestPs' " test/macos-script.sh
Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ _comp_cmd_tar__preparse_cmdline()
299299# Generate completions for -f/--file.
300300_comp_cmd_tar__file_option ()
301301{
302+ set -x
302303 local ext=" $1 "
303304
304305 case " $tar_mode " in
@@ -510,6 +511,7 @@ _comp_cmd_tar__is_bsdtar()
510511
511512_comp_cmd_tar__detect_ext ()
512513{
514+ set -x
513515 local tars=' @(@(tar|spkg)?(.@(Z|[bgx]z|bz2|lz?(ma|o)|zst))|t@([abglx]z|b?(z)2|zst)|cbt|gem|xbps)'
514516 if _comp_cmd_tar__is_bsdtar; then
515517 # https://github.com/libarchive/libarchive/wiki/LibarchiveFormats
@@ -787,6 +789,7 @@ _comp_cmd_tar__posix()
787789
788790 local ext
789791
792+ set -x
790793 _comp_cmd_tar__detect_ext
791794
792795 _comp_cmd_tar__adjust_PREV_from_old_option
You can’t perform that action at this time.
0 commit comments