summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-23 20:31:31 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-23 20:31:31 +0000
commit04917948ae25313b43828492b14bbecc20dbc0a3 (patch)
tree8c26789b8b9dfaeff2685b5fc81b2ea7fd84b8fa
parentcaff940a39e93bc503c3a18ef4daf9aa0a85172b (diff)
downloadATCD-04917948ae25313b43828492b14bbecc20dbc0a3.tar.gz
ChangeLogTag:Thu Sep 23 14:12:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b5
-rwxr-xr-xbin/auto_compile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index cfd205251d8..aa6a7c8d8d1 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,8 @@
+Thu Sep 23 14:12:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * bin/auto_compile:
+ It was reporting success even when things failed.
+
Thu Sep 23 11:13:38 1999 Wei Chiang <wei.chiang@nokia.com>
* ace/OS.*,Synch.cpp: Chorus compiler (g++) seems to be
diff --git a/bin/auto_compile b/bin/auto_compile
index fde664b6c1f..dc405080ef5 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -448,7 +448,7 @@ close(HIST)
unlink $disable_file
|| die "cannot unlink disable file";
-if ($report_success) {
+if ($report_success && $STATUS eq "OK") {
report_errors "Congratulations: No errors or warnings detected\n";
}