Help for this page

Select Code to Download


  1. or download this
    sub run_testsuite {
        my $cmd = $_[0];
    ...
        $chan2->close;
        return 0;
    }
    
  2. or download this
     Executing command...
     ==> Running pwd
    LINE : /home/sisyphus
    test passed done 0
    
  3. or download this
     Executing command...
     ==> Running pwd
    ...
    Net::SSH2::Channel::DESTROY
    test passed done 0
    Net::SSH2::DESTROY object 0x297d73c
    
  4. or download this
     Executing command...
     ==> Running pwd
    ...
    Net::SSH2::Channel::DESTROY
    test passed done 0
    Net::SSH2::DESTROY object 0x28dd73c
    
  5. or download this
    print $chan2 "$cmd \n";
    
  6. or download this
    print $chan2 "$cmd\n";