diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
commit | d0301acb799b1d5696713ab42034305f45c4e93e (patch) | |
tree | 0b8f08656d6028906c0e09a18adefbaf4165625e /orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl | |
parent | 69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff) | |
download | ATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz |
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl')
-rwxr-xr-x | orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl b/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl index bab252eda1e..f841edbd25b 100755 --- a/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl +++ b/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl @@ -1,4 +1,4 @@ -# $Id$ +# $Id$ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' @@ -31,7 +31,7 @@ $cli->DeleteFile ($ifriorfile); $ti->DeleteFile ($ifriorfile); -$ifr_server = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/IFR_Service"; +$ifr_server = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/tao_ifr_service"; $tao_ifr = "$ENV{ACE_ROOT}/bin/tao_ifr"; $test_idl = "test.idl"; |