aboutsummaryrefslogtreecommitdiff
path: root/bestflags/pipeline_worker_test.py
diff options
context:
space:
mode:
authorYuheng Long <yuhenglong@google.com>2013-07-10 14:45:29 -0700
committerChromeBot <chrome-bot@google.com>2013-07-11 04:26:38 -0700
commit49358b75c25a44760e884245440dc96e55812d04 (patch)
treedbc62e74cfcfe500efd042c0107603d4684d63a9 /bestflags/pipeline_worker_test.py
parent761748dc64a0d2a6a90714097445fcf782a8934e (diff)
downloadtoolchain-utils-49358b75c25a44760e884245440dc96e55812d04.tar.gz
Add the project information to each file's header comment.
BUG=None TEST=None Change-Id: I362bfbf18c42025a0248714aa5d69ecfaa1daa2b Reviewed-on: https://gerrit-int.chromium.org/40826 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Yuheng Long <yuhenglong@google.com> Tested-by: Yuheng Long <yuhenglong@google.com>
Diffstat (limited to 'bestflags/pipeline_worker_test.py')
-rw-r--r--bestflags/pipeline_worker_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bestflags/pipeline_worker_test.py b/bestflags/pipeline_worker_test.py
index 340b3011..3c2b9136 100644
--- a/bestflags/pipeline_worker_test.py
+++ b/bestflags/pipeline_worker_test.py
@@ -1,5 +1,7 @@
"""Unittest for the pipeline_worker functions in the build/test stage.
+Part of the Chrome build flags optimization.
+
This module tests the helper method and the worker method.
"""