mgirod / clearcase-cpan

Automatically exported from code.google.com/p/clearcase-cpan
0 stars 0 forks source link

ClearCase::Argv ipc mode, stderr(2)->qx: errors still goes into the returned value #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ClearCase::Argv->ipc(1);
2. $ct = ClearCase::Argv->new({autochomp=>1});
3. Under perl -d, produce an error:
  DB<4> x $ct->argv(qw(des -l -ahl), $eqhl, "lbtype:$t")->stderr(2)->qx
0  'cleartool: Error: Label type not found: "lbtype:MG".'

What is the expected output? What do you see instead?

I am not sure I am right to expect this, but shouldn't the error be
printed to stderr, and the output be empty?

Please use labels and text to provide additional information.

r278

Original issue reported on code.google.com by marc.girod on 8 Apr 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Part of issue 31

Original comment by marc.girod on 24 Apr 2009 at 6:21