summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnierp@ociweb.com>2016-04-23 14:47:29 -0500
committerPhil Mesnier <mesnierp@ociweb.com>2016-04-23 14:47:29 -0500
commit26b6d803d04551ed8f00ea4789c15c39b1e314af (patch)
treed2af0b88433785bdec7fe844c07e00dbb8a00512
parentba114215c2d3af9caa0e148b65dd2ddc9fbd86a8 (diff)
downloadATCD-26b6d803d04551ed8f00ea4789c15c39b1e314af.tar.gz
restore the allowed return code from the shutdown command.
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl
index 8003c40e812..ffe0ac4b538 100755
--- a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl
@@ -213,7 +213,7 @@ sub shutdown_server
$TI->Arguments ($ti_cmd_base .
"shutdown TestObject_a" );
$TI_status = $TI->SpawnWaitKill ($ti->ProcessStartWaitInterval());
- if ($TI_status != 0 && $TI_status != 6) {
+ if ($TI_status != 0 && $TI_status != 5) {
print STDERR "ERROR: tao_imr shutdown returned $TI_status\n";
$status = 1;
}