summaryrefslogtreecommitdiff
path: root/TAO/tests/TransportCurrent/Framework
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-09-05 07:56:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-09-05 07:56:47 +0000
commite04963ea715cd93d557593c1a523cbdb66e6ecb7 (patch)
treeb2a8cd5cd3d14c1cc27646c46c060fa1dc4be129 /TAO/tests/TransportCurrent/Framework
parent7cbf7b710a05d69843768fa51367f2e4d65f753c (diff)
downloadATCD-e04963ea715cd93d557593c1a523cbdb66e6ecb7.tar.gz
Thu Sep 5 07:55:57 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_2174_Regression/run_test.pl: * tests/Bug_3000_Regression/run_test.pl: * tests/Bug_3531_Regression/run_test.pl: * tests/Bug_3853_Regression/run_test.pl: * tests/Bug_4010_Regression/run_test.pl: * tests/Exposed_Policies/run_test.pl: * tests/HandleExhaustion/run_test.pl: * tests/Hang_Shutdown/run_test.pl: * tests/Muxed_GIOP_Versions/run_test.pl: * tests/OBV/TC_Alignment/run_test.pl: * tests/Optimized_Connection/run_test.pl: * tests/Server_Connection_Purging/run_test.pl: * tests/TransportCurrent/Framework/run_test.pl: * tests/TransportCurrent/IIOP/run_test.pl: Fixes for the Android port commit f90a0bf55e83d6565d0641ea0ba2fe2209f5305a Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:41:29 2013 +0200 Copy conf files to target * TAO/tests/Exposed_Policies/run_test.pl: commit 25b050b9725f79351a75f48cdf978ae236702a70 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:35:23 2013 +0200 Also with the second spawn of the server pass the filename it should use for the IOR * TAO/tests/Hang_Shutdown/run_test.pl: commit 6f0b01d790c1628e81e67c93c4db9f6f3ac37d71 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:14:44 2013 +0200 Removed printing of CommandLine, test framework can do that at a lower level and this method isn't supported on Android currently * TAO/tests/Bug_3000_Regression/run_test.pl: * TAO/tests/Bug_3531_Regression/run_test.pl: * TAO/tests/Bug_3853_Regression/run_test.pl: * TAO/tests/Bug_4010_Regression/run_test.pl: * TAO/tests/Muxed_GIOP_Versions/run_test.pl: * TAO/tests/OBV/TC_Alignment/run_test.pl: * TAO/tests/Server_Connection_Purging/run_test.pl: * TAO/tests/TransportCurrent/Framework/run_test.pl: * TAO/tests/TransportCurrent/IIOP/run_test.pl: commit d5ebcd70308dbb06f97b98764038e2fdb13899e0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:13:08 2013 +0200 Improved these scripts so that they will better behave on Android * TAO/tests/Bug_2174_Regression/run_test.pl: * TAO/tests/HandleExhaustion/run_test.pl: * TAO/tests/Optimized_Connection/run_test.pl:
Diffstat (limited to 'TAO/tests/TransportCurrent/Framework')
-rwxr-xr-xTAO/tests/TransportCurrent/Framework/run_test.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/TransportCurrent/Framework/run_test.pl b/TAO/tests/TransportCurrent/Framework/run_test.pl
index edc5562fa72..0ce5b565289 100755
--- a/TAO/tests/TransportCurrent/Framework/run_test.pl
+++ b/TAO/tests/TransportCurrent/Framework/run_test.pl
@@ -42,7 +42,6 @@ my $confclient = $client->LocalFile ("client$confmod.conf");
$SV = $server->CreateProcess ("server", "@ARGV -ORBSvcConf $confserver -o $server_iorfile");
$CL = $client->CreateProcess ("client", "@ARGV -n 1 -ORBSvcConf $confclient -k file://$client_iorfile");
-print STDERR $SV->CommandLine()."\n";
$SV->Spawn ();
if ($server->WaitForFileTimed ($iorbase,
@@ -52,7 +51,6 @@ if ($server->WaitForFileTimed ($iorbase,
exit 1;
}
-print STDERR $CL->CommandLine()."\n";
$client_status = $CL->SpawnWaitKill ($client->ProcessStartWaitInterval ());
if ($client_status != 0) {