IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20228


Ignore:
Timestamp:
Oct 17, 2008, 10:18:34 AM (18 years ago)
Author:
bills
Message:

so that's why I wasn't getting any messages from failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pstamp.pro

    r18989 r20228  
    170170
    171171
     172    task.exit $EXIT_SUCCESS
     173        process_exit pstampRequest $options:0 $JOB_STATUS
     174    end
     175
    172176    task.exit default
    173 #        echo pstamp.request.run task.exit status: $JOB_STATUS
     177        showcommand failure
    174178        process_exit pstampRequest $options:0 $JOB_STATUS
    175179    end
     
    251255    end
    252256
     257    task.exit $EXIT_SUCCESS
     258        process_exit pstampFinish $options:0 $JOB_STATUS
     259    end
     260
    253261    task.exit default
    254262        # echo request.finish.run task.exit status: $JOB_STATUS
    255263        process_exit pstampFinish $options:0 $JOB_STATUS
     264        showcommand failure
    256265    end
    257266
     
    283292
    284293    task.exit $EXIT_SUCCESS
    285         # echo ipptool2book stdout pstampJob -key job_id -setword dbname $options:0 -setword pantaskState INIT
    286294        ipptool2book stdout pstampJob -key job_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    287295
     
    340348
    341349
     350    task.exit $EXIT_SUCCESS
     351        if ($VERBOSE > 1)
     352            echo pstamp.job.run task.exit $JOB_ID status: $JOB_STATUS
     353        end
     354        process_exit pstampJob $options:0 $JOB_STATUS
     355    end
    342356    task.exit default
    343357        if ($VERBOSE > 1)
    344358            echo pstamp.job.run task.exit $JOB_ID status: $JOB_STATUS
    345359        end
     360        showcommand failure
    346361        process_exit pstampJob $options:0 $JOB_STATUS
    347362    end
Note: See TracChangeset for help on using the changeset viewer.