summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-05-01 08:21:22 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-05-01 08:21:22 +0000
commit6148bbef87a2cb492459bdc99f447fed1d5d777d (patch)
tree050857c09b21f1d3c4f94f6c38ea9270fa6f0794
parentb46257347cc64b5faf0f21acb66e327a4c774cb2 (diff)
downloadATCD-6148bbef87a2cb492459bdc99f447fed1d5d777d.tar.gz
*** empty log message ***
-rwxr-xr-xTAO/tests/Bug_1693_Test/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1693_Test/run_test.pl b/TAO/tests/Bug_1693_Test/run_test.pl
index 359ab100158..fc38be4d944 100755
--- a/TAO/tests/Bug_1693_Test/run_test.pl
+++ b/TAO/tests/Bug_1693_Test/run_test.pl
@@ -20,7 +20,7 @@ else {
$test = $T->SpawnWaitKill (15);
if ($test != 0) {
- print STDERR "ERROR: Codec test returned $test\n";
+ print STDERR "ERROR: Bug 1693 test returned $test\n";
exit 1;
}