diff options
author | Adam Mitz <mitza-oci@users.noreply.github.com> | 2010-06-07 22:39:41 +0000 |
---|---|---|
committer | Adam Mitz <mitza-oci@users.noreply.github.com> | 2010-06-07 22:39:41 +0000 |
commit | 0358662bcce474cc007cd59b243cb5ad001f7fe0 (patch) | |
tree | 3afe08b97e915fa972f9fc49be58a442f30df53c /CIAO/tests/CIF/Navigation/run_test.pl | |
parent | 3669a8f14d59a403cdd38d9845739e4aa383e374 (diff) | |
download | ATCD-0358662bcce474cc007cd59b243cb5ad001f7fe0.tar.gz |
ChangeLogTag: Mon Jun 7 22:36:24 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'CIAO/tests/CIF/Navigation/run_test.pl')
-rwxr-xr-x | CIAO/tests/CIF/Navigation/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/CIF/Navigation/run_test.pl b/CIAO/tests/CIF/Navigation/run_test.pl index 7db0ef70714..0d82fc00d40 100755 --- a/CIAO/tests/CIF/Navigation/run_test.pl +++ b/CIAO/tests/CIF/Navigation/run_test.pl @@ -14,7 +14,7 @@ $ciao_root = "$ENV{CIAO_ROOT}"; my $target = PerlACE::TestTarget::create_target (1); $target->AddLibPath ('../lib'); -$TG = $target->CreateProcess ("client", "-s $ciao_root/bin/ciao_componentserver -d 120"); +$TG = $target->CreateProcess ("client", "-s " . PerlACE::GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120"); $server_status = $TG->SpawnWaitKill ($target->ProcessStartWaitInterval ()); if ($server_status != 0) { |