IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31382


Ignore:
Timestamp:
Apr 25, 2011, 6:21:31 PM (15 years ago)
Author:
watersc1
Message:

I want to see the command it's running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/regpeek.pl

    r30686 r31382  
    1717}
    1818print "Date: $date\n";
     19print "CMD: regtool -checkstatus -date $date -class_id ota33 -dbname gpc1 -simple\n";
    1920chomp(my $bad_exp = `regtool -checkstatus -date $date -class_id ota33 -dbname gpc1 -simple | grep 'stop run' | head -1`);
    2021my @row = split /\s+/, $bad_exp;
Note: See TracChangeset for help on using the changeset viewer.