IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2019, 12:06:59 PM (7 years ago)
Author:
eugene
Message:

enable dumptests

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

  • trunk/psphot/src/psphotReadout.c

    r40447 r41174  
    126126    }
    127127    if (!strcasecmp (breakPt, "PEAKS")) {
    128         return psphotReadoutCleanup (config, view, filerule);
     128      psphotDumpTest (config, view, filerule);
     129      return psphotReadoutCleanup (config, view, filerule);
    129130    }
    130131
     
    156157    }
    157158    if (!strcasecmp (breakPt, "MOMENTS")) {
     159      psphotDumpTest (config, view, filerule);
    158160        return psphotReadoutCleanup (config, view, filerule);
    159161    }
Note: See TracChangeset for help on using the changeset viewer.