[Rt-commit] rt branch, 4.0/test-scripts-compile, repushed

Thomas Sibley trs at bestpractical.com
Tue Jul 30 14:56:36 EDT 2013


The branch 4.0/test-scripts-compile was deleted and repushed:
       was 3b36bbdbb3e8cd304881a5fa3dae7732a8df71a9
       now 3758840df908ec874754fbcf4bd3634ccc256f87

1:  3b36bbd ! 1:  3758840 Test that all bin/ and sbin/ scripts compile
    @@ -8,10 +8,19 @@
     --- a/t/99-policy.t
     +++ b/t/99-policy.t
     @@
    + use strict;
    + use warnings;
    + 
    +-use RT::Test nodb => 1;
    ++use RT::Test;
    + use File::Find;
    + 
    + my @files;
    +@@
              shebang  => 0,
              exec     => 0,
              bps_tag  => 0,
    -+        compile  => 0,
    ++        compile_perl => 0,
              @_,
          );
      



More information about the Rt-commit mailing list