Skip to content

Add initial rsync tests #1357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- dzil listdeps --author --missing | cpanm
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
- cpanm File::LibMagic Test::mysqld
- cpanm File::LibMagic Test::mysqld Expect
install:
- dzil build --in build --notgz
script:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- dzil authordeps --missing | cpanm
- dzil listdeps --author --missing | cpanm
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty Expect
install:
- dzil build --in build --notgz
script:
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ Revision history for Rex
[NEW FEATURES]
- Enable Bash completion of available CLI options
- Add tab completion for Zsh
- Enable local rsync operations

[REVISION]
- Use author tests to check tidiness of bin files
- Use Symbol to manipulate Perl symbols
- Add initial rsync tests

1.11.0 2020-06-05 Ferenc Erki <[email protected]>
[BUG FIXES]
Expand Down
Loading