diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-12-08 18:06:52 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-12-08 18:06:52 +0100 |
commit | 60d1212e4c59a398cceaf3e3b82be5f433b88b53 (patch) | |
tree | ea8ffbb8bdbe8b751bbed1d26e8d5e30c920b995 /TAO | |
parent | 12bc3bda811d548e3d83014e39e8508038c24086 (diff) | |
download | ATCD-60d1212e4c59a398cceaf3e3b82be5f433b88b53.tar.gz |
Added some list commands to show ImR status
* TAO/orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:
Diffstat (limited to 'TAO')
-rwxr-xr-x | TAO/orbsvcs/tests/ImplRepo/RestartServer/run_test.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/RestartServer/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/RestartServer/run_test.pl index d67d5bcf60d..039b3ce3ce3 100755 --- a/TAO/orbsvcs/tests/ImplRepo/RestartServer/run_test.pl +++ b/TAO/orbsvcs/tests/ImplRepo/RestartServer/run_test.pl @@ -155,6 +155,7 @@ sub ti_cmd sub list { + print "invoking ti list\n";# if ($debugging); $TI->Arguments ("$tiinitref list -v"); $TI_status = $TI->SpawnWaitKill ($ti->ProcessStartWaitInterval() + $extra_timeout); if ($TI_status != 0 && $TI_status != 4) { @@ -252,6 +253,8 @@ elsif ($C1_status != 0) { exit 1; } +list (); + if ($lockout eq " --lockout" ) { $C1_status = $C1->SpawnWaitKill ($c1->ProcessStartWaitInterval() + $extra_timeout); list (); @@ -263,6 +266,9 @@ if ($lockout eq " --lockout" ) { } ti_cmd ("shutdown"); + +list (); + kill_imr (); exit $status; |