summaryrefslogtreecommitdiff
path: root/ACE/tests/run_test.pl
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2009-09-01 21:28:07 +0000
committerSteve Huston <shuston@riverace.com>2009-09-01 21:28:07 +0000
commit169ec7c984987d8f2b35db5f3ffefc653f21a93c (patch)
tree0a354d792f1fd0a691984ed3410bf43df0dacd77 /ACE/tests/run_test.pl
parent55402398d3d2abae2d263e43a60f3192611889ea (diff)
downloadATCD-169ec7c984987d8f2b35db5f3ffefc653f21a93c.tar.gz
ChangeLogTag:Tue Sep 1 21:23:37 UTC 2009 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/run_test.pl')
-rwxr-xr-xACE/tests/run_test.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/tests/run_test.pl b/ACE/tests/run_test.pl
index 9752e7ea3f7..3efaa000a29 100755
--- a/ACE/tests/run_test.pl
+++ b/ACE/tests/run_test.pl
@@ -440,6 +440,16 @@ my $svc_conf_file = $target->LocalFile ("Service_Config_Test.conf");
if ($target->PutFile ("Service_Config_Test.conf", $svc_conf_file) == -1) {
print STDERR "WARNING: Cannot send $svc_conf_file to target\n";
}
+# Config_Test needs config ini file.
+my $conf_ini_file = $target->LocalFile ("Config_Test_Import_1.ini");
+if ($target->PutFile ("Config_Test_Import_1.ini", $conf_ini_file) == -1) {
+ print STDERR "WARNING: Cannot send $conf_ini_file to target\n";
+}
+# Service_Config_Stream_Test needs service config file.
+$svc_conf_file = $target->LocalFile ("Service_Config_Stream_Test.conf");
+if ($target->PutFile ("Service_Config_Stream_Test.conf", $svc_conf_file) == -1) {
+ print STDERR "WARNING: Cannot send $svc_conf_file to target\n";
+}
foreach $test (@tests) {
if (defined $opt_d) {