Opened 5 years ago

Closed 5 years ago

#2146 closed defect (fixed)

Fix wrong stderr output in petascope_insertdemo.sh

Reported by: Dimitar Misev Owned by: dkamov
Priority: minor Milestone: 10.0
Component: bin Version: 9.8
Keywords: Cc:
Complexity: Medium

Description (last modified by Dimitar Misev)

For some reason this is printed to stderr:

    "101 /opt/rasdaman/bin/petascope_insertdemo.sh": {

        "err": "Recipe executed successfully
Recipe executed successfully
Recipe executed successfully
", 
...

It's normal output and should be printed to stdout.

Change History (3)

comment:1 by Dimitar Misev, 5 years ago

Component: undecidedbin
Description: modified (diff)
Owner: set to Bang Pham Huu
Priority: majorminor
Status: newassigned

comment:2 by Dimitar Misev, 5 years ago

Owner: changed from Bang Pham Huu to dkamov

You can see stderr output in particular by redirecting it to a file for example:

petascope_insertdemo.sh 2> stderr.log 1> stdout.log

The "Recipe executed successfully" should go to the stdout.log

comment:3 by dkamov, 5 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.