Ukigumo-Client [master](25391690bb) SUCCESS

Compare: https://github.com/ukigumo/Ukigumo-Client/compare/4758b9a43ea0...25391690bb40

Elapsed Time: 5 sec

  • 2539169 moznion: Merge branch 'command_runner'

_ 111111From https://github.com/ukigumo/Ukigumo-Client
_  * branch            master     -> FETCH_HEAD
_    4758b9a..2539169  master     -> origin/master
_ Updating 4758b9a..2539169
_ Fast-forward
_  lib/Ukigumo/Client.pm               | 96 ++++++++++++++-----------------------
_  lib/Ukigumo/Client/CommandRunner.pm | 63 ++++++++++++++++++++++++
_  lib/Ukigumo/Client/YamlConfig.pm    | 18 +++----
_  t/20_config.t                       |  4 +-
_  t/21_config_env.t                   | 10 ++--
_  t/30_command_runner.t               | 79 ++++++++++++++++++++++++++++++
_  6 files changed, 194 insertions(+), 76 deletions(-)
_  create mode 100644 lib/Ukigumo/Client/CommandRunner.pm
_  create mode 100644 t/30_command_runner.t
_ 111Removing extlib
_ 1# On branch master
_ nothing to commit, working directory clean
_ 1111
_ [00:00:53] ==> t/00_compile.t <=============
_ 
_   use Ukigumo::Client;
_   use Ukigumo::Client::Executor::Auto;
_   use Ukigumo::Client::Executor::Callback;
_   use Ukigumo::Client::Executor::Perl;
_   use Ukigumo::Client::Executor::Prove;
_   use Ukigumo::Client::Notify::Debug;
_   use Ukigumo::Client::Notify::Ikachan;
_   use Ukigumo::Client::Notify::GitHubStatuses;
_   use Ukigumo::Client::Role::VC;
_   use Ukigumo::Client::VC::Callback;
_   use Ukigumo::Client::VC::Git;
_ 
_ ok
_ ok      179 ms
_ 
_ [00:00:53] ==> t/09_skip_if_unmodified.t <==
_ 
_     L18: ok 1;
_     L52: is $test_count, 1;
_     L55: is $test_count, 1;
_ 
_ ok
_ ok      221 ms
_ 
_ [00:00:54] ==> t/10_die_if_broken_yml.t <===
_ 
_     L18: ok 1;
_     L51: like $@, qr/.ukigumo.yml/;
_ # .ukigumo.yml: YAML::Tiny found illegal characters in plain scalar: '-' at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/YamlConfig.pm line 119.
_ # 
_ 
_ ok
_ ok      217 ms
_ 
_ [00:00:54] ==> t/20_config.t <==============
_ 
_   load `.ukigumo.yml` on project root ok
_         L30: is $config->ukigumo_yml_file, '.ukigumo.yml';
_         L32: is scalar @{$config->before_install}, 1;
_         L33: is $config->before_install->[0], 'cpanm -L $HOME/.ukigumo/ukigumo-client/extlib --installdeps -n .';
_         L35: is $config->install, 'ln -s $HOME/.ukigumo/ukigumo-client/extlib ./extlib';
_         L36: is $config->script, 'prove -lrv -Iextlib/lib/perl5 t';
_   load basic yml
_         L43: is scalar @{$config->notifiers}, 2;
_         L44: is ref $sorted_notifiers[0], 'Ukigumo::Client::Notify::GitHubStatuses';
_         L45: is ref $sorted_notifiers[1], 'Ukigumo::Client::Notify::Ikachan';
_         L47: is $config->project_name, 'MyProj';
_         L48: is_deeply $config->before_install, ['foo'];
_         L49: is $config->install, 'bar';
_         L50: is_deeply $config->before_script, ['buz'];
_         L51: is $config->script, 'hoge';
_         L52: is_deeply $config->after_script, ['fuga'];
_   load nil yml
_         L65: like $@, qr/$tmpfile: does not contain anything/;
_   die because given unknown notification type
_         L72: like $@, qr/Unknown notification type: unknown/;
_   load nil yml
_         L80: is_deeply $config->config, {}
_ 
_ ok
_ ok      191 ms
_ 
_ [00:00:54] ==> t/21_config_env.t <==========
_ 
_   Set environment variable ok
_         L35: is $ENV{foo}, 'hoge';
_         L36: is $ENV{buz}, 'qux';
_         L39: is $ENV{foo}, $orig_env_foo;
_         L40: is $ENV{buz}, $orig_env_bar;
_   Invalid env
_       give scalar and dies ok
_             L56: like $@, qr/`env` must be array reference: in spite of it was given `SCALAR`/;
_       give hashref and dies ok
_             L65: like $@, qr/`env` must be array reference: in spite of it was given `HASH`/;
_ 
_ ok
_ ok      179 ms
_ 
_ [00:00:54] ==> t/30_command_runner.t <======
_ 
_   running commands is successful
_ 2014-05-11T00:00:54 [INFO] [master] [before_install] perl -v at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ 
_ This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux
_ 
_ Copyright 1987-2012, Larry Wall
_ 
_ Perl may be copied only under the terms of either the Artistic License or the
_ GNU General Public License, which may be found in the Perl 5 source kit.
_ 
_ Complete documentation for Perl, including FAQ lists, should be found on
_ this system using "man perl" or "perldoc perl".  If you have access to the
_ Internet, point your browser at http://www.perl.org/, the Perl Home Page.
_ 
_         L34: ok $command_runner->run('before_install');
_ 2014-05-11T00:00:54 [INFO] [master] [install] perl -v at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ 
_ This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux
_ 
_ Copyright 1987-2012, Larry Wall
_ 
_ Perl may be copied only under the terms of either the Artistic License or the
_ GNU General Public License, which may be found in the Perl 5 source kit.
_ 
_ Complete documentation for Perl, including FAQ lists, should be found on
_ this system using "man perl" or "perldoc perl".  If you have access to the
_ Internet, point your browser at http://www.perl.org/, the Perl Home Page.
_ 
_         L35: ok $command_runner->run('install');
_ 2014-05-11T00:00:54 [INFO] [master] [before_script] perl -v at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ 
_ This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux
_ 
_ Copyright 1987-2012, Larry Wall
_ 
_ Perl may be copied only under the terms of either the Artistic License or the
_ GNU General Public License, which may be found in the Perl 5 source kit.
_ 
_ Complete documentation for Perl, including FAQ lists, should be found on
_ this system using "man perl" or "perldoc perl".  If you have access to the
_ Internet, point your browser at http://www.perl.org/, the Perl Home Page.
_ 
_         L36: ok $command_runner->run('before_script');
_ 2014-05-11T00:00:54 [INFO] [master] [after_script] perl -v at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ 
_ This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux
_ 
_ Copyright 1987-2012, Larry Wall
_ 
_ Perl may be copied only under the terms of either the Artistic License or the
_ GNU General Public License, which may be found in the Perl 5 source kit.
_ 
_ Complete documentation for Perl, including FAQ lists, should be found on
_ this system using "man perl" or "perldoc perl".  If you have access to the
_ Internet, point your browser at http://www.perl.org/, the Perl Home Page.
_ 
_         L37: ok $command_runner->run('after_script');
_   running commands fail
_ 2014-05-11T00:00:54 [INFO] [master] [before_install] perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ Unrecognized switch: --invalid-option  (-h will show valid options).
_ 2014-05-11T00:00:54 [WARN] [master] Failure in before_install: perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 37
_         L48: like $@, qr/Failure in before_install: perl --invalid-option/;
_ 2014-05-11T00:00:54 [INFO] [master] [install] perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ Unrecognized switch: --invalid-option  (-h will show valid options).
_ 2014-05-11T00:00:54 [WARN] [master] Failure in install: perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 37
_         L50: like $@, qr/Failure in install: perl --invalid-option/;
_ 2014-05-11T00:00:54 [INFO] [master] [before_script] perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ Unrecognized switch: --invalid-option  (-h will show valid options).
_ 2014-05-11T00:00:54 [WARN] [master] Failure in before_script: perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 37
_         L52: like $@, qr/Failure in before_script: perl --invalid-option/;
_ 2014-05-11T00:00:54 [INFO] [master] [after_script] perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 33
_ Unrecognized switch: --invalid-option  (-h will show valid options).
_ 2014-05-11T00:00:54 [WARN] [master] Failure in after_script: perl --invalid-option at /tmp/Ukigumo-Client/master/lib/Ukigumo/Client/CommandRunner.pm line 37
_         L54: like $@, qr/Failure in after_script: perl --invalid-option/;
_ 
_ ok
_ ok      200 ms
_ 
_ [00:00:54] ==> t/basic.t <==================
_ 
_     L17: ok 1;
_     L49: is $status,     STATUS_NA;
_     L50: ok !$last_status;
_     L51: is $report_url, $REPORT_URL;
_ 
_ ok
_ ok      211 ms
_ 
_ [00:00:55] ==> t/command.t <================
_ 
_ hello
_     L15: ok 1;
_ 
_ ok
_ ok      244 ms
_ [00:00:55]
_ All tests successful.
_ Files=8, Tests=8,  2 wallclock secs ( 0.06 usr  0.02 sys +  1.37 cusr  0.22 csys =  1.67 CPU)
_ Result: PASS
_ 1