Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: common.sh

Issue 2837004: Check in to run unittests that uses src_test to build and run unittests. (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Petkov Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cros_run_unit_tests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common.sh
diff --git a/common.sh b/common.sh
index 395310b43c78e775b05e0ce7bf88db440d1868fa..82f534a5d4fcebceb50198e32a20421629f3d4c5 100644
--- a/common.sh
+++ b/common.sh
@@ -303,9 +303,14 @@ function check_flags_only_and_allow_null_arg {
V_RED="\e[31m"
V_YELLOW="\e[33m"
+V_BOLD_GREEN="\e[1;32m"
V_BOLD_RED="\e[1;31m"
V_BOLD_YELLOW="\e[1;33m"
+function info {
+ echo -e "${V_BOLD_GREEN}INFO : $1${V_VIDOFF}"
+}
+
function warn {
echo -e "${V_BOLD_YELLOW}WARNING: $1${V_VIDOFF}"
}
« no previous file with comments | « no previous file | cros_run_unit_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698