diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-28 18:17:39 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-28 18:17:39 +0000 |
commit | a01403b2d128bf5fd9f5c8ef06944cff13bfe88b (patch) | |
tree | f61ed19b68d42deee59ada11e32c9912c7be1650 /bin/perltest2cpp.pl | |
parent | 4ce52d71d837ca3256eee958fe2976c15f666242 (diff) | |
download | ATCD-a01403b2d128bf5fd9f5c8ef06944cff13bfe88b.tar.gz |
ChangeLogTag: Tue Aug 28 13:16:31 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin/perltest2cpp.pl')
-rwxr-xr-x | bin/perltest2cpp.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/perltest2cpp.pl b/bin/perltest2cpp.pl index 9e29424e843..3fd54780e3e 100755 --- a/bin/perltest2cpp.pl +++ b/bin/perltest2cpp.pl @@ -35,7 +35,7 @@ my($indsc) = 0; my(%argsList) = (); my($shortString) = 256; my($unknownArgCount) = 20; -my($defaultTimeout) = 30; +my($defaultTimeout) = 60; my($status) = 0; my($lineCount) = 0; my($needReadLine) = 1; @@ -276,7 +276,8 @@ sub addParameterToCurrentSub { sub getTop { my($os) = "OSNAME"; - my($top) = "#include <ace/OS.h>\n" . + my($top) = "// \$Id\$\n\n" . + "#include <ace/OS.h>\n" . "#include <ace/Get_Opt.h>\n" . "#include <tao/debug.h>\n" . "#include <tests/TestUtils/TestCombinedThreads.h>\n\n" . |