summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-09-04 03:19:35 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-09-04 03:19:35 +0200
commit70d2f4a0ec4f8cdfe63536b266c70a3d7ef37a6e (patch)
treed32f1cd1233f8a42892e97d67d4a1e48d8daf475 /Bugzilla/Constants.pm
parent7df5128732e6058d873f5c3ddcd808ebbf5fcbef (diff)
downloadbugzilla-70d2f4a0ec4f8cdfe63536b266c70a3d7ef37a6e.tar.gz
bugzilla-70d2f4a0ec4f8cdfe63536b266c70a3d7ef37a6e.tar.xz
Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" message
when it finishes. r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 72f4d4512..06bdaade0 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -149,6 +149,7 @@ use Memoize;
ERROR_MODE_TEST
COLOR_ERROR
+ COLOR_SUCCESS
INSTALLATION_MODE_INTERACTIVE
INSTALLATION_MODE_NON_INTERACTIVE
@@ -470,6 +471,7 @@ use constant ERROR_MODE_TEST => 4;
# The ANSI colors of messages that command-line scripts use
use constant COLOR_ERROR => 'red';
+use constant COLOR_SUCCESS => 'green';
# The various modes that checksetup.pl can run in.
use constant INSTALLATION_MODE_INTERACTIVE => 0;