Help for this page

Select Code to Download


  1. or download this
    my $cmd = ". $basedir/testEnv.txt; . stp_include.sh && ./wrap.sh $scri
    +pt_param &> ../logs/run-log.txt";
    syslog "Executing test with command $cmd";
    syslog `$cmd`;
    $ret = -1 unless ( $? == 0 );
    print "Done executing";