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 99
99
runs-on : macos-latest
100
100
steps :
101
101
- 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()
299
299
# Generate completions for -f/--file.
300
300
_comp_cmd_tar__file_option ()
301
301
{
302
+ set -x
302
303
local ext=" $1 "
303
304
304
305
case " $tar_mode " in
@@ -510,6 +511,7 @@ _comp_cmd_tar__is_bsdtar()
510
511
511
512
_comp_cmd_tar__detect_ext ()
512
513
{
514
+ set -x
513
515
local tars=' @(@(tar|spkg)?(.@(Z|[bgx]z|bz2|lz?(ma|o)|zst))|t@([abglx]z|b?(z)2|zst)|cbt|gem|xbps)'
514
516
if _comp_cmd_tar__is_bsdtar; then
515
517
# https://github.com/libarchive/libarchive/wiki/LibarchiveFormats
@@ -787,6 +789,7 @@ _comp_cmd_tar__posix()
787
789
788
790
local ext
789
791
792
+ set -x
790
793
_comp_cmd_tar__detect_ext
791
794
792
795
_comp_cmd_tar__adjust_PREV_from_old_option
You can’t perform that action at this time.
0 commit comments