From: Zdeněk Šustr Date: Wed, 4 Aug 2010 07:39:37 +0000 (+0000) Subject: Suppress excess output X-Git-Tag: merge_21_head_after~18 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ba9dde43baadbc1f913fce45bd9b83215c6350a7;p=jra1mw.git Suppress excess output --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl index b48d1c5..3239265 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl @@ -63,7 +63,7 @@ sub logit { for (qw/aborted cleared cancelled waiting/) { my $key = $_ eq waiting ? 'other' : $_; - $id = `$test/glite-lb-$_.sh -m $server`; + $id = `$test/glite-lb-$_.sh -m $server 2> /dev/null`; chomp $id; if ($?) { test_failed();