Change RSYNX_MAX_SKIPPED to RSYNC_EXPECT_SKIPPED.

This commit is contained in:
Wayne Davison
2021-10-17 11:32:06 -07:00
parent 0f87eafa2f
commit d5d4ae51ee
3 changed files with 18 additions and 8 deletions

View File

@@ -30,11 +30,11 @@ jobs:
- name: info
run: rsync --version
- name: check
run: sudo RSYNC_MAX_SKIPPED=1 make check
run: sudo RSYNC_EXPECT_SKIPPED='crtimes' make check
- name: check30
run: sudo RSYNC_MAX_SKIPPED=1 make check30
run: sudo RSYNC_EXPECT_SKIPPED='crtimes' make check30
- name: check29
run: sudo RSYNC_MAX_SKIPPED=1 make check29
run: sudo RSYNC_EXPECT_SKIPPED='crtimes' make check29
- name: ssl file list
run: rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
- name: save artifact