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 )
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 , 5 years ago
Component: | undecided → bin |
---|---|
Description: | modified (diff) |
Owner: | set to |
Priority: | major → minor |
Status: | new → assigned |
comment:2 by , 5 years ago
Owner: | changed from | to
---|
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
You can see stderr output in particular by redirecting it to a file for example:
The "Recipe executed successfully" should go to the stdout.log